diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2010-05-27 18:11:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:37 +0000 |
commit | 16d46303e889b5a5b047d138b8180a3529667cdc (patch) | |
tree | 9e817f0988bacf3a6dc5de82360b6ed976bd8031 /src/game/bg_voice.c | |
parent | 0cfc3bbfe7da1c26a6dc0646d5973e3a65878d2f (diff) |
* Missing space in error message
Diffstat (limited to 'src/game/bg_voice.c')
-rw-r--r-- | src/game/bg_voice.c | 2 |
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; |