diff options
-rw-r--r-- | hdata/hdif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/hdif.h b/hdata/hdif.h index ef03522..22345b3 100644 --- a/hdata/hdif.h +++ b/hdata/hdif.h @@ -44,7 +44,7 @@ struct HDIF_array_hdr { __be32 ecnt; __be32 esize; __be32 eactsz; -} __packed __align(0x10); +} __packed __align(0x4); struct HDIF_child_ptr { __be32 offset; |