1
Fork 0
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:
Richard M. Stallman 1996-06-26 17:45:28 +00:00
parent f60f910890
commit f8d07b62cc

View file

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