aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
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/");