changeset 101:17c526ee321c

fixed a typo
author arg@10ksloc.org
date Wed, 19 Jul 2006 13:24:58 +0200 (2006-07-19)
parents bb3803fb560c
children ed2d4eb65f02
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);