mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx] Fix nso.h typos
This commit is contained in:
parent
aad9f75239
commit
a8863ca9c3
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ namespace nx
|
|||
FLAG_TEXT_HASH,
|
||||
FLAG_RO_HASH,
|
||||
FLAG_DATA_HASH
|
||||
}
|
||||
};
|
||||
|
||||
static const size_t kModuleIdLen = 32;
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ namespace nx
|
|||
{
|
||||
le_uint32_t offset;
|
||||
le_uint32_t size;
|
||||
}
|
||||
};
|
||||
|
||||
struct sNsoHeader
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue