From 69fa6abb37a6f405147902cbbbb73404040b7a3a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 1 Nov 2006 17:46:00 +0000 Subject: Removed unnecessary newline from warning message. (But why did I get this message in the first place?) svn-id: r24581 --- engines/scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index f88f54cc5b..38de7b602a 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -1440,7 +1440,7 @@ void ScummEngine::setupMusic(int midi) { /* Bind the mixer to the system => mixer will be invoked * automatically when samples need to be generated */ if (!_mixer->isReady()) { - warning("Sound mixer initialization failed\n"); + warning("Sound mixer initialization failed"); if (_musicType == MDT_ADLIB || _musicType == MDT_PCSPK) { midiDriver = MD_NULL; _musicType = MDT_NONE; -- cgit v1.2.3