From 3f22960a65523dc6c8fb7d0b238145d4ebe42be7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 11 Aug 2007 08:16:18 +0000 Subject: Fix warning() format string svn-id: r28518 --- engines/agi/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/agi/sound.cpp b/engines/agi/sound.cpp index e842cdabcb..309738164a 100644 --- a/engines/agi/sound.cpp +++ b/engines/agi/sound.cpp @@ -889,7 +889,7 @@ bool loadWaveFile(const Common::String &wavePath, const IIgsExeInfo &exeInfo) { Common::md5_file_string(*uint8Wave, md5str, SIERRASTANDARD_SIZE); if (scumm_stricmp(md5str, exeInfo.instSet.waveFileMd5)) { warning("Unknown Apple IIGS wave file (md5: %s, game: %s).\n" \ - "Please report the information on the previous line to the ScummVM team.\n", + "Please report the information on the previous line to the ScummVM team.\n" \ "Using the wave file as it is - music may sound weird", md5str, exeInfo.exePrefix); } -- cgit v1.2.3