mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
small fix.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1687 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
eea73afccc
commit
54c4a13822
@ -282,6 +282,6 @@ BOOL UTL_IsFatalError( void )
|
||||
// FATALエラーコード取得
|
||||
u32 UTL_GetFatalError( void )
|
||||
{
|
||||
return s_fatalError ? TRUE : FALSE;
|
||||
return s_fatalError;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user