From 681c8c016213c471bb2061e7297536b945ea9228 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 28 Sep 2006 18:42:35 +0000 Subject: (svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch] --- road_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'road_map.h') diff --git a/road_map.h b/road_map.h index 9ec26da61..07670f97c 100644 --- a/road_map.h +++ b/road_map.h @@ -210,4 +210,4 @@ static inline void MakeRoadDepot(TileIndex t, Owner owner, DiagDirection dir) _m[t].m5 = ROAD_TILE_DEPOT << 4 | dir; } -#endif +#endif /* ROAD_MAP_H */ -- cgit v1.2.3-54-g00ecf