diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-10-09 20:50:18 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-10-09 20:50:18 +0000 |
commit | f25c2258c2beef414e18b1461694cb4ab372d4f7 (patch) | |
tree | 755e9da9b1a3e703b60cbbcd80a2a476eabb8205 /code/sys | |
parent | aab743a73f45dd149d9906c7dbf2d796139bd780 (diff) | |
download | ioquake3-aero-f25c2258c2beef414e18b1461694cb4ab372d4f7.tar.gz ioquake3-aero-f25c2258c2beef414e18b1461694cb4ab372d4f7.zip |
* Grr. Argh. Whitespace. etc.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1193 edf5b092-35ff-0310-97b2-ce42778d08ea
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); |