Print newline after 'config -wcd'
This commit is contained in:
parent
8c8b1b58d7
commit
0b505db4d8
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ void PROGRAMS_Init(Section* /*sec*/) {
|
|||
|
||||
// writeconf
|
||||
MSG_Add("PROGRAM_CONFIG_FILE_ERROR","\nCan't open file %s\n");
|
||||
MSG_Add("PROGRAM_CONFIG_FILE_WHICH","Writing config file %s");
|
||||
MSG_Add("PROGRAM_CONFIG_FILE_WHICH", "Writing config file %s\n");
|
||||
|
||||
// help
|
||||
MSG_Add("PROGRAM_CONFIG_USAGE", "Config tool:\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue