From 300692750acfb01a6c6dfd4540b89fb03225083d Mon Sep 17 00:00:00 2001 From: Robob27 Date: Sat, 4 Feb 2023 15:44:56 -0500 Subject: [PATCH] Add missing ; --- plugins/confirm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/confirm.cpp b/plugins/confirm.cpp index 1d0521a7d..a46a8ddac 100644 --- a/plugins/confirm.cpp +++ b/plugins/confirm.cpp @@ -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 ikey_set;