From afab04b2f7a0c8c10b29568d13d6c94f58f7620b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 17 Jul 2015 23:56:41 -0400 Subject: [PATCH] CmdShow: Fixed text formatting bug - Two feedback messasges got concatenated, with no spacing in between. --- src/commands/CmdShow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index ec5cec1cd..3349d74ce 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -317,7 +317,7 @@ int CmdShow::execute (std::string& output) if (issue_warning) { - out << STRING_CMD_SHOW_DIFFER; + out << STRING_CMD_SHOW_DIFFER << "\n"; if (context.color ()) out << " "