diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index f9f5cd9b..dcefa78c 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);