From a8863ca9c355a36282c3778507effbbeee0f64da Mon Sep 17 00:00:00 2001 From: jakcron Date: Sun, 27 May 2018 20:33:39 +0800 Subject: [PATCH] [nx] Fix nso.h typos --- lib/libnx/include/nx/nso.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libnx/include/nx/nso.h b/lib/libnx/include/nx/nso.h index f0462cf..2c20877 100644 --- a/lib/libnx/include/nx/nso.h +++ b/lib/libnx/include/nx/nso.h @@ -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 {