summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2010-02-25 16:22:01 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:27 +0000
commitb32ed763becd063b2fb2cd1221687d88945594c3 (patch)
treeb34e2f6c0356415389119ff6e984dd5f7f10a38f /src
parent8a75ae8f815a7e2067a8ebf19f20b39948d748ab (diff)
* Add missing \n in a message
Diffstat (limited to 'src')
-rw-r--r--src/cgame/cg_servercmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c
index f0fb60a6..83f8f818 100644
--- a/src/cgame/cg_servercmds.c
+++ b/src/cgame/cg_servercmds.c
@@ -91,7 +91,7 @@ static void CG_ParseTeamInfo( void )
client = atoi( CG_Argv( i * 5 + 1 ) );
if( client < 0 || client >= MAX_CLIENTS )
{
- CG_Printf( "[skipnotify]CG_ParseTeamInfo: bad client number: %d", client );
+ CG_Printf( "[skipnotify]CG_ParseTeamInfo: bad client number: %d\n", client );
return;
}