summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-02-14 16:31:35 +0000
committeralberth <alberth@openttd.org>2010-02-14 16:31:35 +0000
commit33a96b5ef32499896accf9b32673455be87afe81 (patch)
tree85e59b2b8ec679f1131d597a55fdb65687c21a89 /src/toolbar_gui.cpp
parentac65c415094b01e2f612e720737a633cd822cde0 (diff)
downloadopenttd-33a96b5ef32499896accf9b32673455be87afe81.tar.xz
(svn r19132) -Codechange: No need to end a line with ;;.
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 41391f963..5d0afdc88 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -1615,7 +1615,7 @@ void AllocateToolbar()
_last_built_roadtype = ROADTYPE_ROAD;
if (_game_mode == GM_EDITOR) {
- new ScenarioEditorToolbarWindow(&_toolb_scen_desc);;
+ new ScenarioEditorToolbarWindow(&_toolb_scen_desc);
} else {
new MainToolbarWindow(&_toolb_normal_desc);
}