From d19880aba4a5d52d88d94c05d88fbdeeabd9858e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 Feb 1996 20:48:35 +0000 Subject: (x_error_quitter): Add newline to error message. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 1c22b48e0b7..cb4704db937 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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); } -- cgit v1.2.1