mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Missing newline at the end of a message.
This commit is contained in:
parent
b1279a8a8a
commit
82d0172479
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user