summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;