summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2010-07-11 20:49:48 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:39 +0000
commitcb9a8f0f3f4ded29b681edc81d3800d04e097823 (patch)
tree9883697fe3507d8d62526a508abcea722f71c2b1 /src/game
parent5f31f8a51af0839e7eeea065a78e84b701919f56 (diff)
* Fix whitespace in error message
Diffstat (limited to 'src/game')
-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 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;