Fix stupid formating mistake

This commit is contained in:
uriel 2007-02-15 15:55:04 +01:00
parent 19a83c25e7
commit 2623172cfb

View File

@ -415,8 +415,8 @@ do_mouse_resize(Client *c, Bool grabbox, BlitzAlign align) {
if(rects) {
free(rects);
rects = nil;
}
rects = nil;
}
XUngrabPointer(blz.dpy, CurrentTime);
XSync(blz.dpy, False);