aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-07-21 23:30:10 +0000
committerEvan Huus <eapache@gmail.com>2013-07-21 23:30:10 +0000
commitad42fced15f7f3157a56b6a474cd119e7d09db91 (patch)
tree1584de6063c33a20f7b6787596217dd8318698a2 /file.c
parent1a1360c2e152ffa764b8ceb4779c78fc8b0bbc1c (diff)
Fix file.c:112:1: error: ‘static’ is not at beginning of declaration
[-Werror=old-style-declaration] svn path=/trunk/; revision=50775
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index f722a929c1..e7c110b7c7 100644
--- 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;