From f4de9b8a371fa1817aa4c0a47d224eb3b9779b0e Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 12 Feb 2012 19:46:40 +0000 Subject: (svn r23940) -Codechange: remove superfluous semicolons --- src/company_manager_face.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/company_manager_face.h') diff --git a/src/company_manager_face.h b/src/company_manager_face.h index 88c0d18aa..11e007199 100644 --- a/src/company_manager_face.h +++ b/src/company_manager_face.h @@ -28,7 +28,7 @@ enum GenderEthnicity { GE_BF = 1 << ETHNICITY_BLACK | 1 << GENDER_FEMALE, ///< A female of African origin (black) GE_END, }; -DECLARE_ENUM_AS_BIT_SET(GenderEthnicity); ///< See GenderRace as a bitset +DECLARE_ENUM_AS_BIT_SET(GenderEthnicity) ///< See GenderRace as a bitset /** Bitgroups of the CompanyManagerFace variable */ enum CompanyManagerFaceVariable { @@ -52,7 +52,7 @@ enum CompanyManagerFaceVariable { CMFV_GLASSES, CMFV_END, }; -DECLARE_POSTFIX_INCREMENT(CompanyManagerFaceVariable); +DECLARE_POSTFIX_INCREMENT(CompanyManagerFaceVariable) /** Information about the valid values of CompanyManagerFace bitgroups as well as the sprites to draw */ struct CompanyManagerFaceBitsInfo { -- cgit v1.2.3-54-g00ecf