summaryrefslogtreecommitdiff
path: root/plugins/cleanowned.cpp
diff options
context:
space:
mode:
authorQuietust2012-01-11 11:04:20 -0600
committerQuietust2012-01-11 11:04:20 -0600
commit59b66a2681c6de703f240df4d1d7fbd3998fb09c (patch)
treebf79735d5250ef74a74def0529c2c0b59e74c851 /plugins/cleanowned.cpp
parent18f2459b5dc39f5412517bed49b531979edb8873 (diff)
downloaddfhack-59b66a2681c6de703f240df4d1d7fbd3998fb09c.tar.gz
dfhack-59b66a2681c6de703f240df4d1d7fbd3998fb09c.tar.bz2
dfhack-59b66a2681c6de703f240df4d1d7fbd3998fb09c.tar.xz
Fix output formatting
Diffstat (limited to 'plugins/cleanowned.cpp')
-rw-r--r--plugins/cleanowned.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cleanowned.cpp b/plugins/cleanowned.cpp
index c7d93167..1899129c 100644
--- a/plugins/cleanowned.cpp
+++ b/plugins/cleanowned.cpp
@@ -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