aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-06 12:24:56 +0000
committerJames Brown2002-03-06 12:24:56 +0000
commit178540c989efad3423acec5b143f63eb3389368d (patch)
treea7a8e3688901ebe0a8ae72ef5f229317e0db9418 /debug.cpp
parent4a98b9b9e96712e7dccf6c4c04533f3bd22430d8 (diff)
downloadscummvm-rg350-178540c989efad3423acec5b143f63eb3389368d.tar.gz
scummvm-rg350-178540c989efad3423acec5b143f63eb3389368d.tar.bz2
scummvm-rg350-178540c989efad3423acec5b143f63eb3389368d.zip
Applied cleanup and scaling patch by Rob.
svn-id: r3665
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.cpp b/debug.cpp
index 00baf1dad7..3f5d0a34b4 100644
--- a/debug.cpp
+++ b/debug.cpp
@@ -149,6 +149,7 @@ bool ScummDebugger::do_command() {
default: /* this line is never reached */
error("Unknown debug command");
+ return true;
}
}