docs: update

This commit is contained in:
Dylan Araps 2019-10-13 22:29:09 +03:00
parent 33a39f859d
commit 771dafe473
1 changed files with 1 additions and 1 deletions

2
sowm.c
View File

@ -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);