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] --- unmovable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unmovable.h') diff --git a/unmovable.h b/unmovable.h index 9e3ce473a..d7483aa6e 100644 --- a/unmovable.h +++ b/unmovable.h @@ -5,4 +5,4 @@ void UpdateCompanyHQ(Player *p, uint score); -#endif +#endif /* UNMOVABLE_H */ -- cgit v1.2.3-54-g00ecf