diff options
Diffstat (limited to 'gui/console.cpp')
| -rw-r--r-- | gui/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/console.cpp b/gui/console.cpp index b57ccbdaa6..728724d76f 100644 --- a/gui/console.cpp +++ b/gui/console.cpp @@ -295,7 +295,7 @@ void ConsoleDialog::handleKeyDown(Common::KeyState state) { keepRunning = (*_callbackProc)(this, str, _callbackRefCon); // Get rid of the string buffer - delete [] str; + delete[] str; } print(PROMPT); |
