summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 3b0cba62d..1ea0fe566 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1368,7 +1368,7 @@ struct QueryStringWindow : public QueryStringBaseWindow
break;
}
case HEBR_CONFIRM: this->OnOk();
- /* FALL THROUGH */
+ /* FALL THROUGH */
case HEBR_CANCEL: delete this; break; // close window, abandon changes
case HEBR_NOT_FOCUSED: break;
}