summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-01-15 15:36:58 +0000
committerterkhen <terkhen@openttd.org>2011-01-15 15:36:58 +0000
commit679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6 (patch)
treefa42e06fb2254aed29262e3e283188c77bd6f9f0 /src/misc_gui.cpp
parent2709454040185af96feb80a25f51c412fa6f1ad1 (diff)
downloadopenttd-679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6.tar.xz
(svn r21803) -Cleanup: Remove unnecessary semicolons.
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 9181cd618..31c3edad6 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -721,7 +721,7 @@ void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel
switch (wl) {
case WL_WARNING: IConsolePrint(CC_WARNING, buf); break;
default: IConsoleError(buf); break;
- };
+ }
}
bool no_timeout = wl == WL_CRITICAL;