fixed a typo
authorarg@10ksloc.org
Wed, 19 Jul 2006 13:24:58 +0200
changeset 101 17c526ee321c
parent 100 bb3803fb560c
child 102 ed2d4eb65f02
fixed a typo
client.c
--- a/client.c	Wed Jul 19 13:22:49 2006 +0200
+++ b/client.c	Wed Jul 19 13:24:58 2006 +0200
@@ -210,7 +210,7 @@
 	diff = sw - c->fw;
 	c->fx = sx + (random() % diff ? diff : 1);
 	diff = sh - c->fh;
-	c->fy = sx + (random() % diff ? diff : 1);
+	c->fy = sy + (random() % diff ? diff : 1);
 
 	c->border = 1;
 	c->proto = getproto(c->win);