(svn r19132) -Codechange: No need to end a line with ;;.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user