summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_type.h')
-rw-r--r--src/command_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_type.h b/src/command_type.h
index a9827f68d..1f7c817fe 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -303,7 +303,7 @@ enum DoCommandFlag {
DC_ALL_TILES = 0x100, ///< allow this command also on MP_VOID tiles
DC_NO_MODIFY_TOWN_RATING = 0x200, ///< do not change town rating
};
-DECLARE_ENUM_AS_BIT_SET(DoCommandFlag);
+DECLARE_ENUM_AS_BIT_SET(DoCommandFlag)
/**
* Used to combine a StringID with the command.