From 82d01724793647c71a86a7ccbe4bb7212e18b677 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 16 Aug 2009 14:05:11 +0200 Subject: [PATCH] Missing newline at the end of a message. --- src/propedit/propedit_cli_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propedit/propedit_cli_parser.cpp b/src/propedit/propedit_cli_parser.cpp index f9f9cc3e2..f1cb458d9 100644 --- a/src/propedit/propedit_cli_parser.cpp +++ b/src/propedit/propedit_cli_parser.cpp @@ -39,7 +39,7 @@ propedit_cli_parser_c::set_parse_mode() { try { m_options->set_parse_mode(m_next_arg); } catch (...) { - mxerror(boost::format(Y("Unknown parse mode in '%1% %2%'.")) % m_current_arg % m_next_arg); + mxerror(boost::format(Y("Unknown parse mode in '%1% %2%'.\n")) % m_current_arg % m_next_arg); } }