Fixing tab

develop
billw2012 2018-08-10 21:25:40 +01:00
parent 039fb3bc6b
commit 76b8f4af0e
1 changed files with 1 additions and 2 deletions

@ -2197,8 +2197,7 @@ void print_labor(df::unit_labor labor, color_ostream &out)
else
out << ", maximum " << labor_info.maximum_dwarfs();
}
out << ", currently " << labor_info.active_dwarfs << " dwarfs ("
out << ", currently " << labor_info.active_dwarfs << " dwarfs ("
<< labor_info.busy_dwarfs << " busy, "
<< labor_info.idle_dwarfs << " idle)"
<< endl;