summaryrefslogtreecommitdiff
path: root/openbox/xerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/xerror.c')
-rw-r--r--openbox/xerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/xerror.c b/openbox/xerror.c
index 12a66afc..25041fda 100644
--- a/openbox/xerror.c
+++ b/openbox/xerror.c
@@ -29,7 +29,7 @@ gint xerror_handler(Display *d, XErrorEvent *e)
#ifdef DEBUG
if (!xerror_ignore) {
gchar errtxt[128];
-
+
/*if (e->error_code != BadWindow) */
{
XGetErrorText(d, e->error_code, errtxt, 127);