summaryrefslogtreecommitdiffstats
path: root/wii_tmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'wii_tmd.h')
-rw-r--r--wii_tmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wii_tmd.h b/wii_tmd.h
index 4bd77af..498b96d 100644
--- a/wii_tmd.h
+++ b/wii_tmd.h
@@ -46,7 +46,7 @@ typedef struct {
u16 num_contents;
u16 boot_index;
u16 fill6;
-} tmd_header;
+} ATTRIBUTE_PACKED tmd_header;
void dump_tmd_raw(u8 *tmd);
void print_tmd(tmd_header *tmd);