aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_jxta.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-05 20:59:08 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-05 20:59:08 +0000
commit4e1f4b18abdec1658e835a77a9de8be87c965142 (patch)
tree0aeebf0f2c4ec7ea3813d2f0b9e10f3f77e851cd /gtk/conversations_jxta.c
parente6856b69f3ebf85a1a37cb7c7a508f2be41fb1fe (diff)
More char -> const char warning fixes.
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
Diffstat (limited to 'gtk/conversations_jxta.c')
-rw-r--r--gtk/conversations_jxta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/conversations_jxta.c b/gtk/conversations_jxta.c
index cc550aec51..29acc7d78b 100644
--- a/gtk/conversations_jxta.c
+++ b/gtk/conversations_jxta.c
@@ -61,9 +61,9 @@ jxta_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_,
}
static void
-jxta_conversation_init(char *optarg)
+jxta_conversation_init(const char *optarg)
{
- char *filter=NULL;
+ const char *filter=NULL;
if(!strncmp(optarg,"conv,jxta,",10)){
filter=optarg+10;