From 28ea38ae5572d99598aa400fb62eb38f5f7ffd7b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Jan 2009 00:31:47 +0000 Subject: (svn r14949) -Cleanup: pointer coding style --- src/station_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_func.h') diff --git a/src/station_func.h b/src/station_func.h index 9f47cfb38..4bcf3d8eb 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -34,7 +34,7 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro bool HasStationInUse(StationID station, CompanyID company); RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type); -uint GetNumRoadStops(const Station* st, RoadStopType type); +uint GetNumRoadStops(const Station *st, RoadStopType type); RoadStop * AllocateRoadStop(); void ClearSlot(Vehicle *v); -- cgit v1.2.3-54-g00ecf