From cb9a8f0f3f4ded29b681edc81d3800d04e097823 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sun, 11 Jul 2010 20:49:48 +0000 Subject: * Fix whitespace in error message --- src/game/bg_voice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/bg_voice.c b/src/game/bg_voice.c index 15a9d86b..7f4f4ae5 100644 --- a/src/game/bg_voice.c +++ b/src/game/bg_voice.c @@ -110,7 +110,7 @@ static voice_t *BG_VoiceList( void ) if( !trap_FS_FOpenFile( va( "voice/%s", filePtr ), NULL, FS_READ ) ) { Com_Printf( S_COLOR_YELLOW "WARNING: BG_VoiceList(): detected " - " an invalid .voice file \"%s\" in directory listing. You have " + "an invalid .voice file \"%s\" in directory listing. You have " "probably named one or more .voice files with outrageously long " "names. gjbs", filePtr ); break; -- cgit