aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/sound.cpp')
-rw-r--r--engines/queen/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/sound.cpp b/engines/queen/sound.cpp
index ccaac8227d..f37e835f12 100644
--- a/engines/queen/sound.cpp
+++ b/engines/queen/sound.cpp
@@ -321,7 +321,7 @@ void SBSound::playSoundData(Common::File *f, uint32 size, Audio::SoundHandle *so
headerSize = SB_HEADER_SIZE_V110;
break;
default:
- warning("Unhandled SB file version %d, defaulting to 104\n", version);
+ warning("Unhandled SB file version %d, defaulting to 104", version);
headerSize = SB_HEADER_SIZE_V104;
break;
}