diff options
author | Strangerke | 2013-02-04 23:01:02 +0100 |
---|---|---|
committer | Strangerke | 2013-02-04 23:01:02 +0100 |
commit | 555c0ad320d177126fa0b202efad190f2ca0b662 (patch) | |
tree | 2f05b5a468dbef287176e21f9fa3f1395b092f10 | |
parent | 03257de9022e7ec1adee8b423890a4b1459172bb (diff) | |
download | scummvm-rg350-555c0ad320d177126fa0b202efad190f2ca0b662.tar.gz scummvm-rg350-555c0ad320d177126fa0b202efad190f2ca0b662.tar.bz2 scummvm-rg350-555c0ad320d177126fa0b202efad190f2ca0b662.zip |
HOPKINS: Fix spacing in Debugger
-rw-r--r-- | engines/hopkins/debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/debugger.cpp b/engines/hopkins/debugger.cpp index a332d2160e..c53e9075b6 100644 --- a/engines/hopkins/debugger.cpp +++ b/engines/hopkins/debugger.cpp @@ -28,7 +28,7 @@ namespace Hopkins { Debugger::Debugger() : GUI::Debugger() { - DCmd_Register("continue", WRAP_METHOD(Debugger, Cmd_Exit)); + DCmd_Register("continue", WRAP_METHOD(Debugger, Cmd_Exit)); } void Debugger::setParent(HopkinsEngine *vm) { |