diff options
Diffstat (limited to 'src/file_rm.c')
-rw-r--r-- | src/file_rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_rm.c b/src/file_rm.c index 22ef77d8..e118df08 100644 --- a/src/file_rm.c +++ b/src/file_rm.c @@ -51,7 +51,7 @@ struct rm_header uint16_t version; uint32_t file_version; uint32_t header_nbr; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_rm(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) { |