changeset 15515:69257ac25af4

(x_connection_closed): Add newline when printing error message on stderr.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jun 1996 17:45:28 +0000
parents 3f3903d33cb9
children f8e362279cbb
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Jun 26 17:41:44 1996 +0000
+++ b/src/xterm.c	Wed Jun 26 17:45:28 1996 +0000
@@ -4519,7 +4519,7 @@
 
   if (x_display_list == 0)
     {
-      fprintf (stderr, "%s", error_message);
+      fprintf (stderr, "%s\n", error_message);
       shut_down_emacs (0, 0, Qnil);
       exit (70);
     }