mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update launcher.cpp
Small mistake
This commit is contained in:
parent
5f0d45486e
commit
d4aa300942
@ -153,7 +153,7 @@ const char* ExitCodeToString(int nCode)
|
||||
case EXIT_SUCCESS:
|
||||
return "EXIT_SUCCESS";
|
||||
case EXIT_FAILURE:
|
||||
return "EXIT_SUCCESS";
|
||||
return "EXIT_FAILURE";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user