diff options
Diffstat (limited to 'src/file_swf.c')
-rw-r--r-- | src/file_swf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_swf.c b/src/file_swf.c index 22961786..543b6840 100644 --- a/src/file_swf.c +++ b/src/file_swf.c @@ -51,7 +51,7 @@ struct swf_header char magic[3]; unsigned char version; uint32_t size; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int read_SB(const unsigned char **data, unsigned int *offset_bit, unsigned int nbit) { |