diff options
Diffstat (limited to 'src/file_flp.c')
-rw-r--r-- | src/file_flp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_flp.c b/src/file_flp.c index bfa0a68c..48289257 100644 --- a/src/file_flp.c +++ b/src/file_flp.c @@ -53,7 +53,7 @@ struct flp_header int16_t time_division; char magic2[4]; uint32_t len2; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_flp(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) { |