mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Grr. Argh. Whitespace. etc.
This commit is contained in:
parent
a9eaefecab
commit
e955f142b8
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ void Sys_Print( const char *msg )
|
|||
#endif
|
||||
|
||||
if( com_ansiColor && com_ansiColor->integer )
|
||||
Sys_AnsiColorPrint( msg );
|
||||
Sys_AnsiColorPrint( msg );
|
||||
else
|
||||
fputs(msg, stderr);
|
||||
|
||||
|
|
Loading…
Reference in a new issue