]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_connection_closed): Add newline when printing error message on stderr.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jun 1996 17:45:28 +0000 (17:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jun 1996 17:45:28 +0000 (17:45 +0000)
src/xterm.c

index d798f10fb1c99613ceb8adde04de592688d7687d..35fa4cf42412f1cc8602e59a690388616e50cb08 100644 (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);
     }