summaryrefslogtreecommitdiffstats
path: root/wii_wad.h
diff options
context:
space:
mode:
Diffstat (limited to 'wii_wad.h')
-rw-r--r--wii_wad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wii_wad.h b/wii_wad.h
index 3407219..0985f7a 100644
--- a/wii_wad.h
+++ b/wii_wad.h
@@ -30,7 +30,7 @@ typedef struct {
u32 tmd_size;
u32 data_size;
u32 footer_size;
-} wad_header;
+} ATTRIBUTE_PACKED wad_header;
void print_wad(wad_header *wad);