Print newline after 'config -l'
This commit is contained in:
parent
25d1890196
commit
8c8b1b58d7
1 changed files with 1 additions and 1 deletions
|
@ -841,6 +841,6 @@ void PROGRAMS_Init(Section* /*sec*/) {
|
|||
MSG_Add("PROGRAM_CONFIG_NO_PROPERTY", "There is no property \"%s\" in section \"%s\".\n");
|
||||
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");
|
||||
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.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue