From 785095c416f9bae43d2947849282b814e2c7942e Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 24 Dec 2022 14:19:46 +0800 Subject: [PATCH] ; * src/xterm.c (x_error_quitter): Fix typo. --- src/xterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 9f6d5196720..8e0a97899fe 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -26318,8 +26318,8 @@ x_error_quitter (Display *display, XErrorEvent *event) sprintf (buf1, "X protocol error: %s on protocol request %d\n" "Serial no: %lu\n" "Failing resource ID (if any): 0x%lx\n" - "Minor code: %d\n", - "This is a bug! Please report this to bug-gnu-emacs@gnu.org!\n" + "Minor code: %d\n" + "This is a bug! Please report this to bug-gnu-emacs@gnu.org!\n", buf, event->request_code, event->serial, event->resourceid, event->minor_code); x_connection_closed (display, buf1, false); -- 2.39.5