diff options
Diffstat (limited to 'src/file_prc.c')
-rw-r--r-- | src/file_prc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_prc.c b/src/file_prc.c index 3177ce1a..c94d90a5 100644 --- a/src/file_prc.c +++ b/src/file_prc.c @@ -64,7 +64,7 @@ struct DatabaseHdrType_s { uint32_t creator; /* 0x40 */ uint32_t uniqueIDSeed; /* 0x44 */ /* RecordListType recordList; */ -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_prc(const unsigned char *buffer, const unsigned int buffer_size, const unsigned int safe_header_only, const file_recovery_t *file_recovery, file_recovery_t *file_recovery_new) { |