Skip to content
Snippets Groups Projects
Commit 3e6b1296 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

winedump: Correctly declare the array of segments.

parent cf37c6c4
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment