mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(x_connection_closed): Add newline when printing error message on stderr.
This commit is contained in:
parent
f60f910890
commit
f8d07b62cc
1 changed files with 1 additions and 1 deletions
|
|
@ -4519,7 +4519,7 @@ x_connection_closed (display, error_message)
|
|||
|
||||
if (x_display_list == 0)
|
||||
{
|
||||
fprintf (stderr, "%s", error_message);
|
||||
fprintf (stderr, "%s\n", error_message);
|
||||
shut_down_emacs (0, 0, Qnil);
|
||||
exit (70);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue