diff options
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 32c0244..fd225d1 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1420,14 +1420,14 @@ struct PackageValue : char version_[8]; char name_[]; -}; +} _packed; struct MetaValue : Cytore::Block { uint32_t active_; Cytore::Offset<PackageValue> packages_[1 << 16]; -}; +} _packed; static Cytore::File<MetaValue> MetaFile_; // }}} |