diff options
author | Torbjörn Andersson | 2005-04-07 12:11:35 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-04-07 12:11:35 +0000 |
commit | c7bb5eacda314f42c93f1d668e91fb54e4a48c9b (patch) | |
tree | a4c75d50f2997fb349ba92dc45c73722ba098740 /simon | |
parent | c9dd533a2f4e84db167b616281bd082d335195f0 (diff) | |
download | scummvm-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.cpp | 2 |
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/"); |