aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/debugger.cpp')
-rw-r--r--engines/tinsel/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/debugger.cpp b/engines/tinsel/debugger.cpp
index 5d8b22116d..ed877587c7 100644
--- a/engines/tinsel/debugger.cpp
+++ b/engines/tinsel/debugger.cpp
@@ -117,7 +117,7 @@ bool Console::cmd_music(int argc, const char **argv) {
int param = strToInt(argv[1]);
if (param == 0) {
- DebugPrintf("Track number/offset can't be 0!\n", argv[0]);
+ DebugPrintf("Track number/offset can't be 0!\n");
} else if (param > 0) {
// Track provided
PlayMidiSequence(GetTrackOffset(param - 1), false);