Skip to content

Commit

Permalink
Make this work on gcc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 22, 2012
1 parent 835a02d commit 38813d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fatelf.h
Expand Up @@ -47,7 +47,7 @@ typedef struct FATELF_header
uint16_t version; /* latest is always FATELF_FORMAT_VERSION */
uint8_t num_records;
uint8_t reserved0;
FATELF_record records[];
FATELF_record records[0]; /* this is actually num_records items. */
} FATELF_header;

#endif
Expand Down

0 comments on commit 38813d8

Please sign in to comment.