diff options
Diffstat (limited to 'code/sys')
-rw-r--r-- | code/sys/sys_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index f9f5cd9..dcefa78 100644 --- a/code/sys/sys_main.c +++ b/code/sys/sys_main.c @@ -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); |