From 9ddd168a040fd79f88db459d18dd9ae0926aba99 Mon Sep 17 00:00:00 2001 From: Liam Minopulos Date: Thu, 28 Feb 2019 11:25:14 +0100 Subject: [PATCH] Fix documentation --- nx/include/switch/applets/error.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/applets/error.h b/nx/include/switch/applets/error.h index 6828de01..8d7744f2 100644 --- a/nx/include/switch/applets/error.h +++ b/nx/include/switch/applets/error.h @@ -8,6 +8,7 @@ #include "../types.h" #include "../services/applet.h" +/// Error configuration struct typedef struct { u8 custom_text; ///< Whether to show a custom error message. If this is false, a default message will be shown. u8 unk[7]; @@ -27,8 +28,8 @@ typedef struct { void errorCreate(ErrorConfig* c); /** - * @brief Closes an ErrorConfg struct. - * @param c ErrorConfg struct. + * @brief Closes an ErrorConfig struct. + * @param c ErrorConfig struct. */ void errorClose(ErrorConfig* c);