mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
Remove newlines from Com_Error message format strings, patch by DevHC
This commit is contained in:
parent
59271903a2
commit
c95bd0a684
20 changed files with 60 additions and 60 deletions
|
@ -271,7 +271,7 @@ token_t *PC_CopyToken(token_t *token)
|
|||
#ifdef BSPC
|
||||
Error("out of token space\n");
|
||||
#else
|
||||
Com_Error(ERR_FATAL, "out of token space\n");
|
||||
Com_Error(ERR_FATAL, "out of token space");
|
||||
#endif
|
||||
return NULL;
|
||||
} //end if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue