Squelch a compiler warning.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Sep 2004 20:10:35 +0000 (20:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Sep 2004 20:10:35 +0000 (20:10 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11933 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/decode_as_dlg.c

index 9487f928558d4cbada702e69f41ad0b140b68b66..551bd180aac49b449130b4e7e04a4b284fd32bb5 100644 (file)
@@ -385,6 +385,7 @@ decode_build_show_list (gchar *table_name, ftenum_t selector_type,
 
     default:
        g_assert_not_reached();
+       selector_name = NULL;
        break;
     }