summaryrefslogtreecommitdiff
path: root/zwgc/xerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/xerror.c')
-rw-r--r--zwgc/xerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zwgc/xerror.c b/zwgc/xerror.c
index 38c7fbd..33e389a 100644
--- a/zwgc/xerror.c
+++ b/zwgc/xerror.c
@@ -32,6 +32,7 @@ static int xerrortrap(dpy,xerrev)
XErrorEvent *xerrev;
{
xerror_happened = 1;
+ return 0;
}
/*ARGSUSED*/