mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove unnecessary newline
Most error messages have newlines. If they are absent, they get appended automatically.
This commit is contained in:
parent
ad1f83523e
commit
020986fc3b
@ -11,7 +11,7 @@ int HSys_Error_Internal(char* fmt, va_list args)
|
||||
Error(eDLL_T::COMMON, NO_ERROR, "_______________________________________________________________\n");
|
||||
Error(eDLL_T::COMMON, NO_ERROR, "] ENGINE ERROR ################################################\n");
|
||||
vsprintf(buffer, fmt, args);
|
||||
Error(eDLL_T::COMMON, NO_ERROR, "%s\n", buffer);
|
||||
Error(eDLL_T::COMMON, NO_ERROR, "%s", buffer);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
return Sys_Error_Internal(fmt, args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user