Commit 3e6b1296 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winedump: Correctly declare the array of segments.

parent cf37c6c4
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment