From 2689d287d422393712bb2a22455df399fcbb4f1c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 16 May 2003 00:48:26 +0000 Subject: Squelch some compiler complaints. svn path=/trunk/; revision=7682 --- gtk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/main.c b/gtk/main.c index a2cbd7ec9c..89304be360 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1,6 +1,6 @@ /* main.c * - * $Id: main.c,v 1.294 2003/05/15 13:38:05 deniel Exp $ + * $Id: main.c,v 1.295 2003/05/16 00:48:26 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1296,7 +1296,7 @@ set_autostop_criterion(const char *autostoparg) static gboolean get_ring_arguments(const char *arg) { - guchar *p, *colonp; + guchar *p = NULL, *colonp; colonp = strchr(arg, ':'); -- cgit v1.2.3