summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_type.h b/src/station_type.h
index c5eced579..b312bdd74 100644
--- a/src/station_type.h
+++ b/src/station_type.h
@@ -42,7 +42,7 @@ enum StationType {
/** Types of RoadStops */
enum RoadStopType {
ROADSTOP_BUS, ///< A standard stop for buses
- ROADSTOP_TRUCK ///< A standard stop for trucks
+ ROADSTOP_TRUCK, ///< A standard stop for trucks
};
/** The facilities a station might be having */