From 8fd45812699e5061945469f4e8188559119200cd Mon Sep 17 00:00:00 2001 From: shchmue Date: Tue, 18 Feb 2020 11:29:02 -0700 Subject: [PATCH] set:cal: Remove unnecessary PACKED --- nx/include/switch/services/set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index 6e1777de..e60a6911 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -328,7 +328,7 @@ typedef struct { typedef struct { char code[0x3]; ///< Country code. -} PACKED SetCalCountryCode; +} SetCalCountryCode; typedef struct { u8 cert[0x180];