summaryrefslogtreecommitdiff
path: root/ui/gtk/file_import_dlg.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-20 16:44:46 +0000
committerEvan Huus <eapache@gmail.com>2013-06-20 16:44:46 +0000
commit2dab2c81024a96d4bd42688c17498cd7eef7d1ee (patch)
tree3eaf55635cde0a71734643a70e125777482f796d /ui/gtk/file_import_dlg.c
parent1a5b5a331cdb384f5a6f1b90026a8e10149b9c70 (diff)
downloadwireshark-2dab2c81024a96d4bd42688c17498cd7eef7d1ee.tar.gz
Fix file_import_dlg.c:132: warning: useless storage class specifier in empty
declaration I guess anonymous enums can't be static? svn path=/trunk/; revision=50079
Diffstat (limited to 'ui/gtk/file_import_dlg.c')
-rw-r--r--ui/gtk/file_import_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/file_import_dlg.c b/ui/gtk/file_import_dlg.c
index a79a5806f4..fe4938385a 100644
--- a/ui/gtk/file_import_dlg.c
+++ b/ui/gtk/file_import_dlg.c
@@ -125,7 +125,7 @@ timefmt_cb_toggle(GtkWidget *widget, gpointer data _U_)
gtk_widget_set_sensitive(timefmt_te, apply_fmt);
}
-static enum
+enum
{
ENCAP_NAME_COLUMN,
ENCAP_VALUE_COLUMN