aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c6fa29943bf..38775c3f52e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -26050,7 +26050,8 @@ For details, see etc/PROBLEMS.\n",
26050 /* Dump the list of error handlers for debugging 26050 /* Dump the list of error handlers for debugging
26051 purposes if the list exists. */ 26051 purposes if the list exists. */
26052 26052
26053 if (dpyinfo->failable_requests || x_error_message) 26053 if ((dpyinfo->failable_requests
26054 != dpyinfo->next_failable_request) || x_error_message)
26054 fprintf (stderr, "X error handlers currently installed:\n"); 26055 fprintf (stderr, "X error handlers currently installed:\n");
26055 26056
26056 for (failable = dpyinfo->failable_requests; 26057 for (failable = dpyinfo->failable_requests;