From bb7e202d2c258792ad648511ac3fa8a41d3d62ca Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Fri, 14 Feb 2020 13:26:21 +0100 Subject: [PATCH] Print newline after 'config -axadd' --- src/misc/programs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/programs.cpp b/src/misc/programs.cpp index 09d8e10a..257343b4 100644 --- a/src/misc/programs.cpp +++ b/src/misc/programs.cpp @@ -842,5 +842,5 @@ void PROGRAMS_Init(Section* /*sec*/) { MSG_Add("PROGRAM_CONFIG_SET_SYNTAX","Correct syntax: config -set \"section property\".\n"); MSG_Add("PROGRAM_CONFIG_GET_SYNTAX","Correct syntax: config -get \"section property\".\n"); MSG_Add("PROGRAM_CONFIG_PRINT_STARTUP", "\nDOSBox was started with the following command line parameters:\n%s\n"); - MSG_Add("PROGRAM_CONFIG_MISSINGPARAM","Missing parameter."); + MSG_Add("PROGRAM_CONFIG_MISSINGPARAM", "Missing parameter.\n"); }