Add missing ;

develop
Robob27 2023-02-04 15:44:56 -05:00
parent 2c817ec4ef
commit 300692750a
1 changed files with 1 additions and 1 deletions

@ -30,7 +30,7 @@ using std::vector;
DFHACK_PLUGIN("confirm");
DFHACK_PLUGIN_IS_ENABLED(is_enabled);
REQUIRE_GLOBAL(game)
REQUIRE_GLOBAL(game);
REQUIRE_GLOBAL(gps);
typedef std::set<df::interface_key> ikey_set;