mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-05 23:58:48 +00:00
ncm: fix typo
This commit is contained in:
parent
17bd586db6
commit
befa36f693
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace ams::ncm {
|
||||||
ContentMetaKey key;
|
ContentMetaKey key;
|
||||||
Digest digest;
|
Digest digest;
|
||||||
u16 content_count;
|
u16 content_count;
|
||||||
u8 reserver[2];
|
u8 reserved[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PatchDeltaHistory {
|
struct PatchDeltaHistory {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue