commit 9914e09dfa2067e0eee582b78ab808b503583bea Author: devhc Date: Thu Apr 21 21:08:39 2011 +0200 add a missing \n for a cgame warning message diff --git a/src/cgame/cg_snapshot.c b/src/cgame/cg_snapshot.c index 31cc02e..673558d 100644 --- a/src/cgame/cg_snapshot.c +++ b/src/cgame/cg_snapshot.c @@ -259,7 +259,7 @@ static snapshot_t *CG_ReadNextSnapshot( void ) if( cg.latestSnapshotNum > cgs.processedSnapshotNum + 1000 ) { - CG_Printf( "WARNING: CG_ReadNextSnapshot: way out of range, %i > %i", + CG_Printf( "WARNING: CG_ReadNextSnapshot: way out of range, %i > %i\n", cg.latestSnapshotNum, cgs.processedSnapshotNum ); }