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