diff --git a/sowm.c b/sowm.c index 469e0fe..0987411 100644 --- a/sowm.c +++ b/sowm.c @@ -334,7 +334,7 @@ int main(void) { if (!(dis = XOpenDisplay(0x0))) return 0; signal(SIGCHLD, SIG_IGN); - XSetErrorHandler(xerror); + XSetErrorHandler(xerror); s = DefaultScreen(dis); root = RootWindow(dis, s);