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:
parent
cf37c6c422
commit
3e6b1296c1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue