ncm: fix typo

This commit is contained in:
Michael Scire 2020-03-31 19:45:03 -07:00
parent 17bd586db6
commit befa36f693

View file

@ -91,7 +91,7 @@ namespace ams::ncm {
ContentMetaKey key;
Digest digest;
u16 content_count;
u8 reserver[2];
u8 reserved[2];
};
struct PatchDeltaHistory {