zap stray that snuck in

This commit is contained in:
okan 2017-12-22 21:30:01 +00:00
parent dfaf44c0ac
commit 03e5d86952

View File

@ -143,7 +143,7 @@ x_init(const char *dpyname)
for (i = 0; i < ScreenCount(X_Dpy); i++)
screen_init(i);
return ConnectionNumber(X_Dpy);
}