From 3cc5e55201fd1a657cf6a0e626e7666358cd396d Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Tue, 20 Sep 2016 21:03:04 -0500 Subject: SCI: Fix typo in debugger help --- engines/sci/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index b20ed3f8be..3f65ca799e 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -3778,7 +3778,7 @@ bool Console::cmdBreakpointKernel(int argc, const char **argv) { bool Console::cmdBreakpointFunction(int argc, const char **argv) { if (argc != 3) { debugPrintf("Sets a breakpoint on the execution of the specified exported function.\n"); - debugPrintf("Usage: %s