From d292c0ec55024ef95833f56300987a19e2ef4e31 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 4 Apr 2006 22:04:51 +0000 Subject: Since our debug() adds an exclamation mark at the message end, remove it in several calls to avoid duplication!!11! svn-id: r21607 --- sound/softsynth/mt32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth') 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; -- cgit v1.2.3