changeset 733:1950833a5614

yet another fix
author Anselm R. Garbe <arg@suckless.org>
date Tue, 06 Feb 2007 15:29:19 +0100
parents a642068c4834
children 6283adb1fcf2
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client.c	Tue Feb 06 15:28:25 2007 +0100
+++ b/client.c	Tue Feb 06 15:29:19 2007 +0100
@@ -184,7 +184,7 @@
 
 void
 resize(Client *c, Bool sizehints) {
-	float actual, dx, dy, max, min, u;
+	float actual, dx, dy, max, min;
 	XWindowChanges wc;
 
 	if(c->w <= 0 || c->h <= 0)