; * src/xterm.c (x_error_quitter): Fix typo.
This commit is contained in:
parent
2830436217
commit
785095c416
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue