aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorFilippos Karapetis2010-07-14 02:36:49 +0000
committerFilippos Karapetis2010-07-14 02:36:49 +0000
commit1ae8d1689d116454f1c6c41391b860bab9bdd9e7 (patch)
treeaa374c485e0b7ed21eee153c597e8b2b57d92298 /engines/sci/engine
parenteb617f02db56ae757efc9d7108ee9730003fbd99 (diff)
downloadscummvm-rg350-1ae8d1689d116454f1c6c41391b860bab9bdd9e7.tar.gz
scummvm-rg350-1ae8d1689d116454f1c6c41391b860bab9bdd9e7.tar.bz2
scummvm-rg350-1ae8d1689d116454f1c6c41391b860bab9bdd9e7.zip
Oops... whitespace/layout again (I'm tired...)
svn-id: r50867
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp
index 6a7f61147d..56713766aa 100644
--- a/engines/sci/engine/kernel.cpp
+++ b/engines/sci/engine/kernel.cpp
@@ -273,7 +273,7 @@ static const SciWorkaroundEntry kUnLoad_workarounds[] = {
// gameID, scriptNr,lvl, object-name, method-name, call, index, replace
static const SciWorkaroundEntry kStrCpy_workarounds[] = {
- { GID_ISLANDBRAIN, 45, 0, "aWord", "addOn", -1, 0, { 0, 0 } }, // Hominy Homonym puzzle, room 260
+ { GID_ISLANDBRAIN, 45, 0, "aWord", "addOn", -1, 0, { 0, 0 } }, // Hominy Homonym puzzle, room 260
SCI_WORKAROUNDENTRY_TERMINATOR
};