commit 2623172cfbef13e8f3b92b4d652e0e48b7750189 parent 19a83c25e7cc0a02842dc1848f15c0b64e2d9f40 Author: uriel <uriel@localhost.localdomain> Date: Thu, 15 Feb 2007 15:55:04 +0100 Fix stupid formating mistake Diffstat:
| mouse.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mouse.c b/mouse.c @@ -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);