autobutcher: added a forgotten ';'

develop
Robert Heinrich 2012-04-09 15:35:25 +02:00
parent b6adfaaf0a
commit afba284283
1 changed files with 1 additions and 1 deletions

@ -2348,7 +2348,7 @@ command_result df_autobutcher(color_ostream &out, vector <string> & parameters)
{
string run = "dfhack-run autobutcher ";
#ifdef LINUX_BUILD
run = "./dfhack-run autobutcher "
run = "./dfhack-run autobutcher ";
#endif
// force creation of config
out << run << "start" << endl;