diff options
| author | Robert Heinrich | 2012-04-09 15:35:25 +0200 |
|---|---|---|
| committer | Robert Heinrich | 2012-04-09 15:35:25 +0200 |
| commit | afba2842833bb306209c109a567614fdd746be15 (patch) | |
| tree | c3577dc07a783444414f375480759989a893362b /plugins/zone.cpp | |
| parent | b6adfaaf0a3ff20fe64fbadea7898103d5c0b2a5 (diff) | |
| download | dfhack-afba2842833bb306209c109a567614fdd746be15.tar.gz dfhack-afba2842833bb306209c109a567614fdd746be15.tar.bz2 dfhack-afba2842833bb306209c109a567614fdd746be15.tar.xz | |
autobutcher: added a forgotten ';'
Diffstat (limited to 'plugins/zone.cpp')
| -rw-r--r-- | plugins/zone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zone.cpp b/plugins/zone.cpp index ef999f51..d2f2b58e 100644 --- a/plugins/zone.cpp +++ b/plugins/zone.cpp @@ -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; |
