diff options
Diffstat (limited to 'src/file_fds.c')
-rw-r--r-- | src/file_fds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_fds.c b/src/file_fds.c index 289eb9c4..8c04c853 100644 --- a/src/file_fds.c +++ b/src/file_fds.c @@ -48,7 +48,7 @@ struct fds_header { char ident[4]; uint8_t numsides; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_fds(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) { |