From f25c2258c2beef414e18b1461694cb4ab372d4f7 Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 9 Oct 2007 20:50:18 +0000 Subject: * Grr. Argh. Whitespace. etc. git-svn-id: svn://svn.icculus.org/quake3/trunk@1193 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/sys/sys_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/sys') 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); -- cgit v1.2.3