aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mtp3_stat.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-06 14:03:14 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-06 14:03:14 +0000
commit73328cb9d899fdfce03f028230b1834fba8ce0a2 (patch)
tree3fa68dbd08f38db924425656b41d4a8fec6c7fff /gtk/mtp3_stat.c
parent01e304b13d4b16e4969e149925b5fbe69d5e27a7 (diff)
Last set of char -> const char trivial warning fixes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15244 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/mtp3_stat.c')
-rw-r--r--gtk/mtp3_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/mtp3_stat.c b/gtk/mtp3_stat.c
index 68c768ba65..398578997e 100644
--- a/gtk/mtp3_stat.c
+++ b/gtk/mtp3_stat.c
@@ -65,7 +65,7 @@ typedef struct column_arrows {
typedef struct _my_columns_t {
guint32 value;
- gchar *strptr;
+ const gchar *strptr;
GtkJustification just;
} my_columns_t;
@@ -316,7 +316,7 @@ mtp3_stat_gtk_win_destroy_cb(
static void
mtp3_stat_gtk_win_create(
mtp3_stat_dlg_t *dlg_p,
- char *title)
+ const char *title)
{
int i;
column_arrows *col_arrows;