# HG changeset patch # User alberth # Date 2010-12-22 10:50:32 # Node ID d593358b43463bd1b658b14266df92075d56734f # Parent 90757d155ac6485b59b01db753e77567e8d0d301 (svn r21593) -Codechange: endif comment correcttions. diff --git a/src/base_station_base.h b/src/base_station_base.h --- a/src/base_station_base.h +++ b/src/base_station_base.h @@ -251,4 +251,4 @@ struct SpecializedStation : public BaseS #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 */ diff --git a/src/cmd_helper.h b/src/cmd_helper.h --- a/src/cmd_helper.h +++ b/src/cmd_helper.h @@ -24,4 +24,4 @@ template::begin, EnumPropsT::end) ? (T)masked : EnumPropsT::invalid; } -#endif +#endif /* CMD_HELPER_H */ diff --git a/src/direction_func.h b/src/direction_func.h --- a/src/direction_func.h +++ b/src/direction_func.h @@ -234,4 +234,4 @@ static inline bool IsValidAxis(Axis d) return d < AXIS_END; } -#endif /* DIRECTION_H */ +#endif /* DIRECTION_FUNC_H */ diff --git a/src/engine_base.h b/src/engine_base.h --- a/src/engine_base.h +++ b/src/engine_base.h @@ -148,4 +148,4 @@ static inline const AircraftVehicleInfo return &Engine::Get(e)->u.air; } -#endif /* ENGINE_TYPE_H */ +#endif /* ENGINE_BASE_H */ diff --git a/src/network/core/tcp_http.h b/src/network/core/tcp_http.h --- a/src/network/core/tcp_http.h +++ b/src/network/core/tcp_http.h @@ -143,4 +143,4 @@ public: #endif /* ENABLE_NETWORK */ -#endif /* NETWORK_CORE_HTTP_H */ +#endif /* NETWORK_CORE_TCP_HTTP_H */ diff --git a/src/newgrf_class.h b/src/newgrf_class.h --- a/src/newgrf_class.h +++ b/src/newgrf_class.h @@ -99,4 +99,4 @@ struct NewGRFClass { static const Tspec *GetByGrf(uint32 grfid, byte local_id, int *index); }; -#endif /* NEWGRF_STATION_H */ +#endif /* NEWGRF_CLASS_H */ diff --git a/src/order_base.h b/src/order_base.h --- a/src/order_base.h +++ b/src/order_base.h @@ -431,4 +431,4 @@ public: #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 */ diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h --- a/src/os/macosx/splash.h +++ b/src/os/macosx/splash.h @@ -24,4 +24,4 @@ extern "C" { } #endif //__cplusplus -#endif +#endif /* SPLASH_H */ diff --git a/src/settings_internal.h b/src/settings_internal.h --- a/src/settings_internal.h +++ b/src/settings_internal.h @@ -94,4 +94,4 @@ void SetCompanySetting(uint index, int32 extern VehicleDefaultSettings _old_vds; -#endif /* SETTINGS_H */ +#endif /* SETTINGS_INTERNAL_H */ diff --git a/src/strings_func.h b/src/strings_func.h --- a/src/strings_func.h +++ b/src/strings_func.h @@ -113,4 +113,4 @@ void CheckForMissingGlyphsInLoadedLangua int strnatcmp(const char *s1, const char *s2); -#endif /* STRINGS_TYPE_H */ +#endif /* STRINGS_FUNC_H */ diff --git a/src/terraform_gui.h b/src/terraform_gui.h --- a/src/terraform_gui.h +++ b/src/terraform_gui.h @@ -19,4 +19,4 @@ bool IsDraggingDiagonal(); Window *ShowTerraformToolbar(Window *link = NULL); Window *ShowEditorTerraformToolbar(); -#endif /* GUI_H */ +#endif /* TERRAFORM_GUI_H */