diff options
Diffstat (limited to 'src/file_psp.c')
-rw-r--r-- | src/file_psp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_psp.c b/src/file_psp.c index 1da02d4d..1ace5bbf 100644 --- a/src/file_psp.c +++ b/src/file_psp.c @@ -53,7 +53,7 @@ struct psp_chunk { char header[4]; uint16_t id; uint32_t size; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static data_check_t data_check_psp(const unsigned char *buffer, const unsigned int buffer_size, file_recovery_t *file_recovery) { |