summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index bdd578090..664af247c 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -226,7 +226,7 @@ static bool CMSAForest(TileIndex tile)
#define M(x) ((x) - STR_SV_STNAME)
-enum StationNaming = {
+enum StationNaming {
STATIONNAMING_RAIL = 0,
STATIONNAMING_ROAD = 0,
STATIONNAMING_AIRPORT,
@@ -234,7 +234,7 @@ enum StationNaming = {
STATIONNAMING_DOCK,
STATIONNAMING_BUOY,
STATIONNAMING_HELIPORT,
-}
+};
static bool GenerateStationName(Station *st, TileIndex tile, int flag)
{