From 59b66a2681c6de703f240df4d1d7fbd3998fb09c Mon Sep 17 00:00:00 2001 From: Quietust Date: Wed, 11 Jan 2012 11:04:20 -0600 Subject: [PATCH] Fix output formatting --- plugins/cleanowned.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cleanowned.cpp b/plugins/cleanowned.cpp index c7d931676..1899129c1 100644 --- a/plugins/cleanowned.cpp +++ b/plugins/cleanowned.cpp @@ -120,7 +120,7 @@ DFhackCExport command_result df_cleanowned (Core * c, vector & 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