aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui_v2.cpp')
-rw-r--r--engines/kyra/gui_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp
index 012a5b901b..20ebf8d9aa 100644
--- a/engines/kyra/gui_v2.cpp
+++ b/engines/kyra/gui_v2.cpp
@@ -612,7 +612,7 @@ int GUI_v2::saveMenu(Button *caller) {
initMenu(*_currentMenu);
updateAllMenuButtons();
return 0;
- } else if(_saveSlot <= -1) {
+ } else if (_saveSlot <= -1) {
return 0;
}