[nx] Fix nso.h typos

This commit is contained in:
jakcron 2018-05-27 20:33:39 +08:00
parent aad9f75239
commit a8863ca9c3

View file

@ -21,7 +21,7 @@ namespace nx
FLAG_TEXT_HASH, FLAG_TEXT_HASH,
FLAG_RO_HASH, FLAG_RO_HASH,
FLAG_DATA_HASH FLAG_DATA_HASH
} };
static const size_t kModuleIdLen = 32; static const size_t kModuleIdLen = 32;
} }
@ -38,7 +38,7 @@ namespace nx
{ {
le_uint32_t offset; le_uint32_t offset;
le_uint32_t size; le_uint32_t size;
} };
struct sNsoHeader struct sNsoHeader
{ {