summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-08-01 20:52:11 +0000
committerterkhen <terkhen@openttd.org>2010-08-01 20:52:11 +0000
commit80c43f52e838c567a4f349a1a9d901407cbb56ef (patch)
tree6eabbbb6c6d9413f2b0fbda0f2d1c73f7e352478 /src/misc_gui.cpp
parent7b62e4dc8e69fa37cb5792b911105371a47cf223 (diff)
downloadopenttd-80c43f52e838c567a4f349a1a9d901407cbb56ef.tar.xz
(svn r20289) -Codechange: Unify fall through coding style.
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;
}