2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-16 22:32:30 +03:00

Remove NOBODY from Sys_Error declaration.

This commit is contained in:
Lev 2017-01-25 21:34:07 +05:00
parent ad8a157346
commit 11ba3efdd6

View File

@ -172,7 +172,7 @@ NOBODY void MaskExceptions(void);
NOBODY void Sys_Init(void);
NOXREF void Sys_Sleep(int msec);
NOBODY void Sys_DebugOutStraight(const char *pStr);
NOBODY void NORETURN Sys_Error(const char *error, ...);
void NORETURN Sys_Error(const char *error, ...);
NOXREF void Sys_Warning(const char *pszWarning, ...);
void Sys_Printf(const char *fmt, ...);
void Sys_Quit(void);