fix syntax error

develop
myk002 2021-02-18 23:25:21 -08:00
parent 3e6294198b
commit de9375574a
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -203,7 +203,7 @@ command_result fortplan(color_ostream &out, vector<string> & 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<std::vector<std::string>> layout(128, std::vector<std::string>(128));
if (params.size()) {