Fix typo in errf.h
This commit is contained in:
parent
492fffd445
commit
2edbc6fe2e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user