From f9c83903ba1ca7b6de3928d4aca8950aff4e9e34 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 19 Aug 2019 00:30:29 +0200 Subject: [PATCH] Fix typo --- nx/include/switch/nacp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/nacp.h b/nx/include/switch/nacp.h index 5cd0861f..d50506f2 100644 --- a/nx/include/switch/nacp.h +++ b/nx/include/switch/nacp.h @@ -62,7 +62,7 @@ typedef struct { u8 repairFlag; u8 programIndex; u8 requiredNetworkServiceLicenseOnLaunch; - u8 reserved_3214[0xDEC]; + u8 reserved_x3214[0xDEC]; } NacpStruct; /// Get the NacpLanguageEntry from the input nacp corresponding to the current system language (this may fallback to other languages when needed). Output langentry is NULL if none found / content of entry is empty.