aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 3f5dbc77d6..cff8020079 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -498,10 +498,10 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
/* Create a new instance of gtk_sipstat. */
static void
-gtk_sipstat_init(char *optarg)
+gtk_sipstat_init(const char *optarg)
{
sipstat_t *sp;
- char *filter = NULL;
+ const char *filter = NULL;
GString *error_string;
char *title = NULL;
GtkWidget *main_vb, *separator,