Changeset - r16849:d593358b4346
[Not reviewed]
master
0 11 0
alberth - 14 years ago 2010-12-22 10:50:32
alberth@openttd.org
(svn r21593) -Codechange: endif comment correcttions.
11 files changed with 11 insertions and 11 deletions:
0 comments (0 inline, 0 general)
src/base_station_base.h
Show inline comments
 
@@ -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 */
src/cmd_helper.h
Show inline comments
 
@@ -24,4 +24,4 @@ template<typename T, uint S, uint N, typ
 
	return IsInsideMM(masked, EnumPropsT<T>::begin, EnumPropsT<T>::end) ? (T)masked : EnumPropsT<T>::invalid;
 
}
 

	
 
#endif
 
#endif /* CMD_HELPER_H */
src/direction_func.h
Show inline comments
 
@@ -234,4 +234,4 @@ static inline bool IsValidAxis(Axis d)
 
	return d < AXIS_END;
 
}
 

	
 
#endif /* DIRECTION_H */
 
#endif /* DIRECTION_FUNC_H */
src/engine_base.h
Show inline comments
 
@@ -148,4 +148,4 @@ static inline const AircraftVehicleInfo 
 
	return &Engine::Get(e)->u.air;
 
}
 

	
 
#endif /* ENGINE_TYPE_H */
 
#endif /* ENGINE_BASE_H */
src/network/core/tcp_http.h
Show inline comments
 
@@ -143,4 +143,4 @@ public:
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_HTTP_H */
 
#endif /* NETWORK_CORE_TCP_HTTP_H */
src/newgrf_class.h
Show inline comments
 
@@ -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 */
src/order_base.h
Show inline comments
 
@@ -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 */
src/os/macosx/splash.h
Show inline comments
 
@@ -24,4 +24,4 @@ extern "C" {
 
}
 
#endif //__cplusplus
 

	
 
#endif
 
#endif /* SPLASH_H */
src/settings_internal.h
Show inline comments
 
@@ -94,4 +94,4 @@ void SetCompanySetting(uint index, int32
 

	
 
extern VehicleDefaultSettings _old_vds;
 

	
 
#endif /* SETTINGS_H */
 
#endif /* SETTINGS_INTERNAL_H */
src/strings_func.h
Show inline comments
 
@@ -113,4 +113,4 @@ void CheckForMissingGlyphsInLoadedLangua
 

	
 
int strnatcmp(const char *s1, const char *s2);
 

	
 
#endif /* STRINGS_TYPE_H */
 
#endif /* STRINGS_FUNC_H */
src/terraform_gui.h
Show inline comments
 
@@ -19,4 +19,4 @@ bool IsDraggingDiagonal();
 
Window *ShowTerraformToolbar(Window *link = NULL);
 
Window *ShowEditorTerraformToolbar();
 

	
 
#endif /* GUI_H */
 
#endif /* TERRAFORM_GUI_H */
0 comments (0 inline, 0 general)