Fix file.c:112:1: error: ‘static’ is not at beginning of declaration

[-Werror=old-style-declaration]

svn path=/trunk/; revision=50775
This commit is contained in:
Evan Huus 2013-07-21 23:30:10 +00:00
parent 1a1360c2e1
commit ad42fced15
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -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;