From 0999534749f6c4edb9e4d054b95f185b829adba3 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 31 May 2009 10:02:16 +0000 Subject: The error() and warning() functions add ! and newline automatically. (I didn't look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 --- engines/gob/gob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/gob.cpp') diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index ec8b0989a3..6f3d688aa1 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -136,7 +136,7 @@ void GobEngine::validateLanguage() { void GobEngine::validateVideoMode(int16 videoMode) { if ((videoMode != 0x10) && (videoMode != 0x13) && (videoMode != 0x14) && (videoMode != 0x18)) - error("Video mode 0x%X is not supported!", videoMode); + error("Video mode 0x%X is not supported", videoMode); } Endianness GobEngine::getEndianness() const { -- cgit v1.2.3