summaryrefslogtreecommitdiff
path: root/src/depot_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/depot_gui.cpp
parent2709454040185af96feb80a25f51c412fa6f1ad1 (diff)
downloadopenttd-679cd3c21b44d0fdcbed2edaf7b243dcb1ac89f6.tar.xz
(svn r21803) -Cleanup: Remove unnecessary semicolons.
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index 8b6188efd..77c1d8b85 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -849,7 +849,7 @@ struct DepotWindow : Window {
this->sel = INVALID_VEHICLE;
this->vehicle_over = INVALID_VEHICLE;
this->SetWidgetDirty(DEPOT_WIDGET_MATRIX);
- };
+ }
virtual void OnMouseDrag(Point pt, int widget)
{