winedump: Correctly declare the array of segments.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2018-07-10 11:41:13 +08:00 committed by Alexandre Julliard
parent cf37c6c422
commit 3e6b1296c1
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ typedef struct seg_t {
int offset;
int length;
} seg_t;
static seg_t segdir[];
static seg_t segdir[15];
enum SEGDIRTYPE {
SEGDIR_TYPEINFO,