From de9375574a80f137934d2c6c2592207aa90690bc Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 18 Feb 2021 23:25:21 -0800 Subject: [PATCH] fix syntax error --- plugins/fortplan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fortplan.cpp b/plugins/fortplan.cpp index 4d51f2c99..b346a49f3 100644 --- a/plugins/fortplan.cpp +++ b/plugins/fortplan.cpp @@ -203,7 +203,7 @@ command_result fortplan(color_ostream &out, vector & params) { con.print("Fortplan is deprecated. Please move your blueprints to the" " 'blueprints' folder (under your DF installation directory) and use" " DFHack's quickfort command instead:\n quickfort run example.csv\n" - " Fortplan will be removed in a future DFHack release.\n" + " Fortplan will be removed in a future DFHack release.\n"); std::vector> layout(128, std::vector(128)); if (params.size()) {