(svn r21593) -Codechange: endif comment correcttions.

This commit is contained in:
alberth 2010-12-22 10:50:32 +00:00
parent 366eaebc3e
commit f65a9a5515
11 changed files with 11 additions and 11 deletions

View File

@ -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 */

View File

@ -24,4 +24,4 @@ template<typename T, uint S, uint N, typename U> static inline T Extract(U v)
return IsInsideMM(masked, EnumPropsT<T>::begin, EnumPropsT<T>::end) ? (T)masked : EnumPropsT<T>::invalid;
}
#endif
#endif /* CMD_HELPER_H */

View File

@ -234,4 +234,4 @@ static inline bool IsValidAxis(Axis d)
return d < AXIS_END;
}
#endif /* DIRECTION_H */
#endif /* DIRECTION_FUNC_H */

View File

@ -148,4 +148,4 @@ static inline const AircraftVehicleInfo *AircraftVehInfo(EngineID e)
return &Engine::Get(e)->u.air;
}
#endif /* ENGINE_TYPE_H */
#endif /* ENGINE_BASE_H */

View File

@ -143,4 +143,4 @@ public:
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_HTTP_H */
#endif /* NETWORK_CORE_TCP_HTTP_H */

View File

@ -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 */

View File

@ -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 */

View File

@ -24,4 +24,4 @@ extern "C" {
}
#endif //__cplusplus
#endif
#endif /* SPLASH_H */

View File

@ -94,4 +94,4 @@ void SetCompanySetting(uint index, int32 value);
extern VehicleDefaultSettings _old_vds;
#endif /* SETTINGS_H */
#endif /* SETTINGS_INTERNAL_H */

View File

@ -113,4 +113,4 @@ void CheckForMissingGlyphsInLoadedLanguagePack();
int strnatcmp(const char *s1, const char *s2);
#endif /* STRINGS_TYPE_H */
#endif /* STRINGS_FUNC_H */

View File

@ -19,4 +19,4 @@ bool IsDraggingDiagonal();
Window *ShowTerraformToolbar(Window *link = NULL);
Window *ShowEditorTerraformToolbar();
#endif /* GUI_H */
#endif /* TERRAFORM_GUI_H */