From 16d46303e889b5a5b047d138b8180a3529667cdc Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Thu, 27 May 2010 18:11:55 +0000 Subject: * Missing space in error message --- src/game/bg_voice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/bg_voice.c b/src/game/bg_voice.c index 440a4c2c..15a9d86b 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