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/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 5ac5b7cac..b08564e7b 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -915,7 +915,7 @@ CommandCost FindJoiningBaseStation(StationID existing_station, StationID station /* Distant join */ if (*st == NULL && station_to_join != INVALID_STATION) *st = T::GetIfValid(station_to_join); - return CommandCost();; + return CommandCost(); } /** -- cgit v1.2.3-54-g00ecf