summaryrefslogtreecommitdiff
path: root/src/slope_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slope_type.h')
-rw-r--r--src/slope_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slope_type.h b/src/slope_type.h
index bdf4b78ef..395b1f0fb 100644
--- a/src/slope_type.h
+++ b/src/slope_type.h
@@ -112,7 +112,7 @@ enum Foundation {
FOUNDATION_RAIL_E, ///< Foundation for TRACK_BIT_RIGHT, but not a leveled foundation.
FOUNDATION_RAIL_N, ///< Foundation for TRACK_BIT_UPPER, but not a leveled foundation.
- FOUNDATION_INVALID = 0xFF ///< Used inside "rail_cmd.cpp" to indicate invalid slope/track combination.
+ FOUNDATION_INVALID = 0xFF, ///< Used inside "rail_cmd.cpp" to indicate invalid slope/track combination.
};
#endif /* SLOPE_TYPE_H */