summaryrefslogtreecommitdiff
path: root/src/group_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/group_gui.cpp
parentac65c415094b01e2f612e720737a633cd822cde0 (diff)
downloadopenttd-33a96b5ef32499896accf9b32673455be87afe81.tar.xz
(svn r19132) -Codechange: No need to end a line with ;;.
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index a510be802..dd8c71747 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -458,7 +458,7 @@ public:
if (id_g >= this->groups.Length()) return;
- this->group_sel = this->groups[id_g]->index;;
+ this->group_sel = this->groups[id_g]->index;
this->vehicles.ForceRebuild();
this->SetDirty();