changeset 16859:040bd9347a6e draft

(svn r21593) -Codechange: endif comment correcttions.
author alberth <alberth@openttd.org>
date Wed, 22 Dec 2010 10:50:32 +0000
parents 60399340c1a8
children 0a1350c48df0
files src/base_station_base.h src/cmd_helper.h src/direction_func.h src/engine_base.h src/network/core/tcp_http.h src/newgrf_class.h src/order_base.h src/os/macosx/splash.h src/settings_internal.h src/strings_func.h src/terraform_gui.h
diffstat 11 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/base_station_base.h
+++ b/src/base_station_base.h
@@ -251,4 +251,4 @@
 
 #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 */
--- a/src/cmd_helper.h
+++ b/src/cmd_helper.h
@@ -24,4 +24,4 @@
 	return IsInsideMM(masked, EnumPropsT<T>::begin, EnumPropsT<T>::end) ? (T)masked : EnumPropsT<T>::invalid;
 }
 
-#endif
+#endif /* CMD_HELPER_H */
--- a/src/direction_func.h
+++ b/src/direction_func.h
@@ -234,4 +234,4 @@
 	return d < AXIS_END;
 }
 
-#endif /* DIRECTION_H */
+#endif /* DIRECTION_FUNC_H */
--- a/src/engine_base.h
+++ b/src/engine_base.h
@@ -148,4 +148,4 @@
 	return &Engine::Get(e)->u.air;
 }
 
-#endif /* ENGINE_TYPE_H */
+#endif /* ENGINE_BASE_H */
--- a/src/network/core/tcp_http.h
+++ b/src/network/core/tcp_http.h
@@ -143,4 +143,4 @@
 
 #endif /* ENABLE_NETWORK */
 
-#endif /* NETWORK_CORE_HTTP_H */
+#endif /* NETWORK_CORE_TCP_HTTP_H */
--- a/src/newgrf_class.h
+++ b/src/newgrf_class.h
@@ -99,4 +99,4 @@
 	static const Tspec *GetByGrf(uint32 grfid, byte local_id, int *index);
 };
 
-#endif /* NEWGRF_STATION_H */
+#endif /* NEWGRF_CLASS_H */
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -431,4 +431,4 @@
 #define FOR_ALL_ORDER_LISTS_FROM(var, start) FOR_ALL_ITEMS_FROM(OrderList, orderlist_index, var, start)
 #define FOR_ALL_ORDER_LISTS(var) FOR_ALL_ORDER_LISTS_FROM(var, 0)
 
-#endif /* ORDER_H */
+#endif /* ORDER_BASE_H */
--- a/src/os/macosx/splash.h
+++ b/src/os/macosx/splash.h
@@ -24,4 +24,4 @@
 }
 #endif //__cplusplus
 
-#endif
+#endif /* SPLASH_H */
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -94,4 +94,4 @@
 
 extern VehicleDefaultSettings _old_vds;
 
-#endif /* SETTINGS_H */
+#endif /* SETTINGS_INTERNAL_H */
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -113,4 +113,4 @@
 
 int strnatcmp(const char *s1, const char *s2);
 
-#endif /* STRINGS_TYPE_H */
+#endif /* STRINGS_FUNC_H */
--- a/src/terraform_gui.h
+++ b/src/terraform_gui.h
@@ -19,4 +19,4 @@
 Window *ShowTerraformToolbar(Window *link = NULL);
 Window *ShowEditorTerraformToolbar();
 
-#endif /* GUI_H */
+#endif /* TERRAFORM_GUI_H */