From a984fb17c2be039502eff55472dd6a252e5570df Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 1 Nov 2010 16:03:35 +0000 Subject: GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings svn-id: r54007 --- engines/m4/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/console.cpp') diff --git a/engines/m4/console.cpp b/engines/m4/console.cpp index 32ccdab787..88b4240901 100644 --- a/engines/m4/console.cpp +++ b/engines/m4/console.cpp @@ -123,7 +123,7 @@ bool Console::cmdPlaySound(int argc, const char **argv) { bool Console::cmdPlayDSRSound(int argc, const char **argv) { if (argc != 2 && argc != 3) { DebugPrintf("Usage: %s \n", argv[0]); - DebugPrintf("The DSR file parameter is optional, and specifies which DSR to load\n", argv[0]); + DebugPrintf("The DSR file parameter is optional, and specifies which DSR to load\n"); } else { if (argc == 3) _vm->_sound->loadDSRFile(argv[2]); -- cgit v1.2.3