]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (x_error_quitter): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 24 Dec 2022 06:19:46 +0000 (14:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 24 Dec 2022 06:19:46 +0000 (14:19 +0800)
src/xterm.c

index 9f6d51967209425e9c27a854002ba64ccd2ca232..8e0a97899fee71ab53252888cd6084d047a25778 100644 (file)
@@ -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);