From 33a96b5ef32499896accf9b32673455be87afe81 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 14 Feb 2010 16:31:35 +0000 Subject: (svn r19132) -Codechange: No need to end a line with ;;. --- src/group_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_gui.cpp') 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(); -- cgit v1.2.3-54-g00ecf