aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gsm_a_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gsm_a_stat.c')
-rw-r--r--gtk/gsm_a_stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c
index 5c8a0e5e7f..e34b4347a2 100644
--- a/gtk/gsm_a_stat.c
+++ b/gtk/gsm_a_stat.c
@@ -358,10 +358,10 @@ gsm_a_stat_gtk_win_destroy_cb(
static void
gsm_a_stat_gtk_win_create(
gsm_a_stat_dlg_t *dlg_p,
- char *title)
+ const char *title)
{
#define INIT_TABLE_NUM_COLUMNS 3
- char *default_titles[] = { "IEI", "Message Name", "Count" };
+ const char *default_titles[] = { "IEI", "Message Name", "Count" };
int i;
column_arrows *col_arrows;
GtkWidget *column_lb;
@@ -506,7 +506,7 @@ gsm_a_stat_gtk_dtap_cb(
GtkWidget *w _U_,
gpointer d _U_,
gsm_a_stat_dlg_t *dlg_dtap_p,
- char *title,
+ const char *title,
const value_string *dtap_msg_strings)
{
int i;