Fixed byte padding

This commit is contained in:
David Marcec
2018-10-06 16:38:25 +10:00
parent be07fc84ee
commit 1064a1e962

View File

@@ -102,7 +102,7 @@ private:
u16_be write_counter;
u16_be version;
u32_be application_area_size;
INSERT_PADDING_BYTES(52);
INSERT_PADDING_BYTES(0x34);
};
static_assert(sizeof(CommonInfo) == 0x40, "CommonInfo is an invalid size");