Removed trailing \n from error_msg{,_and_die} messages.
This commit is contained in:
parent
63ec273245
commit
dd19c69904
106 changed files with 612 additions and 610 deletions
|
@ -318,7 +318,7 @@ static void cmdedit_setwidth(int w, int redraw_flg)
|
|||
input_backward();
|
||||
}
|
||||
} else {
|
||||
error_msg("\n*** Error: minimum screen width is %d\n", cmdedit_termw);
|
||||
error_msg("\n*** Error: minimum screen width is %d", cmdedit_termw);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue