diff options
Diffstat (limited to 'src/file_djv.c')
-rw-r--r-- | src/file_djv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_djv.c b/src/file_djv.c index bde84ecd..882780f0 100644 --- a/src/file_djv.c +++ b/src/file_djv.c @@ -48,7 +48,7 @@ struct djv_header uint32_t magic; uint32_t type; uint32_t size; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_djv(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) { |