aboutsummaryrefslogtreecommitdiff
path: root/base/engine.cpp
diff options
context:
space:
mode:
authorMax Horn2006-04-14 14:26:34 +0000
committerMax Horn2006-04-14 14:26:34 +0000
commitedd8557a0e9fbc4be48abe0579349642dc55d243 (patch)
treed2406903cf7ffc06c7e62343f73f65a0a9b6a07a /base/engine.cpp
parent1eb526f71aa5967e010960842dd3f4b49a2e6324 (diff)
downloadscummvm-rg350-edd8557a0e9fbc4be48abe0579349642dc55d243.tar.gz
scummvm-rg350-edd8557a0e9fbc4be48abe0579349642dc55d243.tar.bz2
scummvm-rg350-edd8557a0e9fbc4be48abe0579349642dc55d243.zip
cleanup
svn-id: r21888
Diffstat (limited to 'base/engine.cpp')
-rw-r--r--base/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/engine.cpp b/base/engine.cpp
index 1d941df5bc..fb46949050 100644
--- a/base/engine.cpp
+++ b/base/engine.cpp
@@ -193,7 +193,7 @@ void NORETURN CDECL error(const char *s, ...) {
#ifdef __SYMBIAN32__
Symbian::FatalError(buf_output);
#endif
- // Finally exit. quit() will terminate the program if g_system iss present
+ // Finally exit. quit() will terminate the program if g_system is present
if (g_system)
g_system->quit();