From 6aa2640e4a10db472f854a880d08dd15d3d9d205 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 25 Feb 2019 23:24:29 -0500 Subject: [PATCH] Fixed comment alignment for WebArgType. --- nx/include/switch/applets/web.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/applets/web.h b/nx/include/switch/applets/web.h index 943a4488..a7fdc6ca 100644 --- a/nx/include/switch/applets/web.h +++ b/nx/include/switch/applets/web.h @@ -74,7 +74,7 @@ typedef enum { WebArgType_ShareStartPage = 0x9, ///< [1.0.0+] u32 enum WebShareStartPage WebArgType_Whitelist = 0xA, ///< [1.0.0+] String, size 0x1000. WebArgType_NewsFlag = 0xB, ///< [1.0.0+] u8 bool - WebArgType_UnknownD = 0xD, ///< [1.0.0+] u8 + WebArgType_UnknownD = 0xD, ///< [1.0.0+] u8 WebArgType_UserID = 0xE, ///< [1.0.0+] u128 userID, controls which user-specific savedata to mount. WebArgType_AlbumEntry = 0xF, ///< [1.0.0+] Share-applet caps AlbumEntry WebArgType_EcClientCertEnabled = 0x11, ///< [1.0.0+] u8 bool