Fix file.c:112:1: error: ‘static’ is not at beginning of declaration
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2013 23:30:10 +0000 (23:30 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2013 23:30:10 +0000 (23:30 +0000)
[-Werror=old-style-declaration]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50775 f5534014-38df-0310-8fa8-9805f1628bb7

file.c

diff --git a/file.c b/file.c
index f722a929c1fe82731679e8efbea2dd4726ce8d3f..e7c110b7c7c7c410981c999f53b099f8bedd0e4e 100644 (file)
--- a/file.c
+++ b/file.c
@@ -109,7 +109,7 @@ gboolean auto_scroll_live;
 #endif
 
 static guint32 cum_bytes;
-const static frame_data *ref;
+static const frame_data *ref;
 static frame_data *prev_dis;
 static frame_data *prev_cap;