From 192137258a2d6aed48511d792c531b2f943b86b5 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_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'road_cmd.h') diff --git a/road_cmd.h b/road_cmd.h index aeda82db1..436ecd900 100644 --- a/road_cmd.h +++ b/road_cmd.h @@ -7,4 +7,4 @@ void DrawRoadDepotSprite(int x, int y, DiagDirection dir); -#endif +#endif /* ROAD_CMD_H */ -- cgit v1.2.3-54-g00ecf