(x_error_quitter): Add newline to error message.

This commit is contained in:
Richard M. Stallman 1996-02-12 20:48:35 +00:00
parent 1b8f42ec23
commit c889e0d823

View file

@ -4585,7 +4585,7 @@ x_error_quitter (display, error)
original error handler. */
XGetErrorText (display, error->error_code, buf, sizeof (buf));
sprintf (buf1, "X protocol error: %s on protocol request %d",
sprintf (buf1, "X protocol error: %s on protocol request %d\n",
buf, error->request_code);
x_connection_closed (display, buf1);
}