X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=misc%2Fsource%2Fdarkplaces-src%2Fsys.h;h=e5247d351afabe274f3e1a933b5915b89bc5b199;hp=628c5d613ebff22f7ceff4ea74ac945dbca66f53;hb=045633c16560b0d75e3670d753c8898d5d4dda95;hpb=887cea3dc4674191cd6fe9900fa1ddc84f31d6ee diff --git a/misc/source/darkplaces-src/sys.h b/misc/source/darkplaces-src/sys.h index 628c5d61..e5247d35 100644 --- a/misc/source/darkplaces-src/sys.h +++ b/misc/source/darkplaces-src/sys.h @@ -68,7 +68,7 @@ char *Sys_TimeString(const char *timeformat); // /// an error will cause the entire program to exit -void Sys_Error (const char *error, ...) DP_FUNC_PRINTF(1); +void Sys_Error (const char *error, ...) DP_FUNC_PRINTF(1) DP_FUNC_NORETURN; /// (may) output text to terminal which launched program void Sys_PrintToTerminal(const char *text);