diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-05-12 14:02:48 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-09 22:15:38 +0000 |
commit | c6d43a9ba93e079153f298cf8ec978e4cb1f0a38 (patch) | |
tree | 40bb42d874cd82a2b50b5ccf712203a80d431ded /src/client/snd_main.c | |
parent | b4597c4d44c8b9f02a9129a7885b8a41c095d514 (diff) |
Remove newlines from Com_Error message format strings, patch by DevHC
Diffstat (limited to 'src/client/snd_main.c')
-rw-r--r-- | src/client/snd_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_main.c b/src/client/snd_main.c index d0290e94..59559deb 100644 --- a/src/client/snd_main.c +++ b/src/client/snd_main.c @@ -524,7 +524,7 @@ void S_Init( void ) if( started ) { if( !S_ValidSoundInterface( &si ) ) { - Com_Error( ERR_FATAL, "Sound interface invalid." ); + Com_Error( ERR_FATAL, "Sound interface invalid" ); } S_SoundInfo( ); |