summaryrefslogtreecommitdiff
path: root/src/base_station_base.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-22 10:50:32 +0000
committeralberth <alberth@openttd.org>2010-12-22 10:50:32 +0000
commitf65a9a5515ffe0e2b5fe70a7f190dc4461873b4e (patch)
treeb1ee6a5f682c5b489a41f64df418057b4a8eb271 /src/base_station_base.h
parent366eaebc3ea133dfdf852438dbc14334c0906f17 (diff)
downloadopenttd-f65a9a5515ffe0e2b5fe70a7f190dc4461873b4e.tar.xz
(svn r21593) -Codechange: endif comment correcttions.
Diffstat (limited to 'src/base_station_base.h')
-rw-r--r--src/base_station_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_station_base.h b/src/base_station_base.h
index dd0d55271..c94212087 100644
--- a/src/base_station_base.h
+++ b/src/base_station_base.h
@@ -251,4 +251,4 @@ struct SpecializedStation : public BaseStation {
#define FOR_ALL_BASE_STATIONS_OF_TYPE(name, var) FOR_ALL_ITEMS_FROM(name, station_index, var, 0) if (name::IsExpected(var))
-#endif /* STATION_BASE_H */
+#endif /* BASE_STATION_BASE_H */