aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-04 22:04:51 +0000
committerEugene Sandulenko2006-04-04 22:04:51 +0000
commitd292c0ec55024ef95833f56300987a19e2ef4e31 (patch)
tree2c1f2147011d0059d74363816d63d9be7376e2d9 /sound/softsynth
parentf5c4634ecdd1832146fc47b796dcb7475b5c4498 (diff)
downloadscummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.tar.gz
scummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.tar.bz2
scummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.zip
Since our debug() adds an exclamation mark at the message end, remove
it in several calls to avoid duplication!!11! svn-id: r21607
Diffstat (limited to 'sound/softsynth')
-rw-r--r--sound/softsynth/mt32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp
index 0b3b6dffe3..1f3434c581 100644
--- a/sound/softsynth/mt32.cpp
+++ b/sound/softsynth/mt32.cpp
@@ -207,7 +207,7 @@ static int MT32_Report(void *userData, MT32Emu::ReportType type, const void *rep
debug(1, "MT32emu: 3DNow! is avaliable");
break;
case MT32Emu::ReportType_using3DNow:
- debug(1, "MT32emu: using 3DNow!");
+ debug(1, "MT32emu: using 3DNow! ");
break;
default:
break;