aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-04-07 12:11:35 +0000
committerTorbjörn Andersson2005-04-07 12:11:35 +0000
commitc7bb5eacda314f42c93f1d668e91fb54e4a48c9b (patch)
treea4c75d50f2997fb349ba92dc45c73722ba098740 /simon
parentc9dd533a2f4e84db167b616281bd082d335195f0 (diff)
downloadscummvm-rg350-c7bb5eacda314f42c93f1d668e91fb54e4a48c9b.tar.gz
scummvm-rg350-c7bb5eacda314f42c93f1d668e91fb54e4a48c9b.tar.bz2
scummvm-rg350-c7bb5eacda314f42c93f1d668e91fb54e4a48c9b.zip
Whitespace
svn-id: r17438
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 2f3147c109..51e89adea4 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -388,7 +388,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
if (!(_game & GF_SIMON2) && (_game & GF_TALKIE)) {
// Add default file directories
- switch(_language) {
+ switch (_language) {
case 20:
File::addDefaultDirectory(_gameDataPath + "hebrew/");
File::addDefaultDirectory(_gameDataPath + "HEBREW/");