src/station_cmd.cpp
changeset 7814 92bfbfa6bca8
parent 7813 8d6600887f9d
child 7826 4283314d07a3
--- a/src/station_cmd.cpp	Wed Oct 31 18:01:41 2007 +0000
+++ b/src/station_cmd.cpp	Wed Oct 31 18:53:49 2007 +0000
@@ -226,7 +226,7 @@
 
 #define M(x) ((x) - STR_SV_STNAME)
 
-enum StationNaming = {
+enum StationNaming {
 	STATIONNAMING_RAIL = 0,
 	STATIONNAMING_ROAD = 0,
 	STATIONNAMING_AIRPORT,
@@ -234,7 +234,7 @@
 	STATIONNAMING_DOCK,
 	STATIONNAMING_BUOY,
 	STATIONNAMING_HELIPORT,
-}
+};
 
 static bool GenerateStationName(Station *st, TileIndex tile, int flag)
 {