Fix output formatting

develop
Quietust 2012-01-11 11:04:20 -06:00
parent 18f2459b5d
commit 59b66a2681
1 changed files with 1 additions and 1 deletions

@ -120,7 +120,7 @@ DFhackCExport command_result df_cleanowned (Core * c, vector <string> & paramete
int32_t owner = Items->getItemOwnerID(item);
if (owner >= 0)
{
c->con.print("Fixing a misflagged item: ");
c->con.print("Fixing a misflagged item: \t");
confiscate = true;
}
else