aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_jxta.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_jxta.c')
-rw-r--r--gtk/hostlist_jxta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/hostlist_jxta.c b/gtk/hostlist_jxta.c
index 10017a36a4..a31699cc29 100644
--- a/gtk/hostlist_jxta.c
+++ b/gtk/hostlist_jxta.c
@@ -55,9 +55,9 @@ jxta_hostlist_packet(void *pit, packet_info *pinfo _U_, epan_dissect_t *edt _U_,
}
static void
-gtk_jxta_hostlist_init(char *optarg)
+gtk_jxta_hostlist_init(const char *optarg)
{
- char *filter=NULL;
+ const char *filter=NULL;
if(!strncmp(optarg,"hosts,jxta,",11)){
filter=optarg+11;