From 2edbc6fe2e149b86f11cc19f9f8978ff4baddc87 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Wed, 1 Mar 2017 11:22:42 +0100 Subject: [PATCH] Fix typo in errf.h --- libctru/include/3ds/errf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/errf.h b/libctru/include/3ds/errf.h index 24f240e..7f2ceb2 100644 --- a/libctru/include/3ds/errf.h +++ b/libctru/include/3ds/errf.h @@ -51,7 +51,7 @@ typedef struct { u64 appTitleId; ///< Application Title ID. union { ERRF_ExceptionData exception_data; ///< Data for when type is ERRF_ERRTYPE_EXCEPTION - char failure_mesg[60]; ///< String for when type is ERRF_ERRTYPE_FAILURE + char failure_mesg[0x60]; ///< String for when type is ERRF_ERRTYPE_FAILURE } data; ///< The different types of data for errors. } ERRF_FatalErrInfo;