summaryrefslogtreecommitdiff
path: root/src/game/bg_voice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_voice.c')
-rw-r--r--src/game/bg_voice.c2
1 files changed, 1 insertions, 1 deletions
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;