aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/sys/sys_main.c')
-rw-r--r--code/sys/sys_main.c2
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);