1
0
Fork 0

Print newline after 'config -axadd'

This commit is contained in:
Patryk Obara 2020-02-14 13:26:21 +01:00 committed by Patryk Obara
parent 0b505db4d8
commit bb7e202d2c

View file

@ -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");
}