aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-07 20:10:35 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-07 20:10:35 +0000
commitf8daf2c77d02cfa1f3b3127138e8694db1fe1032 (patch)
tree96cf64009e57c1a772367c6a8ea7cf5bd8ea2b94 /gtk
parent50ffe109910630d9adb5345d6fb6599bd9238cf8 (diff)
Squelch a compiler warning.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11933 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/decode_as_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/decode_as_dlg.c b/gtk/decode_as_dlg.c
index 9487f92855..551bd180aa 100644
--- a/gtk/decode_as_dlg.c
+++ b/gtk/decode_as_dlg.c
@@ -385,6 +385,7 @@ decode_build_show_list (gchar *table_name, ftenum_t selector_type,
default:
g_assert_not_reached();
+ selector_name = NULL;
break;
}