add a missing '\n', remove some unwanted ones

From /dev/humancontroller.
This commit is contained in:
Zack Middleton 2012-06-18 16:16:57 +00:00
parent c3ca5c1caa
commit a4c61d874d
7 changed files with 8 additions and 8 deletions

View file

@ -1004,7 +1004,7 @@ static void SV_RankNewGameCBF( GR_NEWGAME* gr_newgame, void* cbf_arg )
}
else if( gr_newgame->status == GR_STATUS_BADLEAGUE )
{
SV_RankError( "SV_RankNewGameCBF: Invalid League name\n" );
SV_RankError( "SV_RankNewGameCBF: Invalid League name" );
}
else
{