diff options
author | Max Horn | 2009-02-21 18:20:40 +0000 |
---|---|---|
committer | Max Horn | 2009-02-21 18:20:40 +0000 |
commit | 273271767b1a38a35765b3525b35273b0f22835f (patch) | |
tree | bf6282ce04d4fa9fe75c2e3da7f3a49b2a605e6b | |
parent | 6acf734ab83f113b56403e96b0d8ab2aa01ea047 (diff) | |
download | scummvm-rg350-273271767b1a38a35765b3525b35273b0f22835f.tar.gz scummvm-rg350-273271767b1a38a35765b3525b35273b0f22835f.tar.bz2 scummvm-rg350-273271767b1a38a35765b3525b35273b0f22835f.zip |
When using error, no need to add a trailing newline
svn-id: r38718
-rw-r--r-- | engines/sci/sfx/mixer/soft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/mixer/soft.cpp b/engines/sci/sfx/mixer/soft.cpp index 09d3f79ee1..5aadf40cf1 100644 --- a/engines/sci/sfx/mixer/soft.cpp +++ b/engines/sci/sfx/mixer/soft.cpp @@ -606,7 +606,7 @@ static void mix_compute_input_linear(sfx_pcm_mixer_t *self, int add_result, return; default: - error("[soft-mixer] Fatal: Invalid mode returned by PCM feed %s-%d's get_timestamp(): %d\n", + error("[soft-mixer] Fatal: Invalid mode returned by PCM feed %s-%d's get_timestamp(): %d", f->debug_name, f->debug_nr, newmode); } } |