fixed a typo f522930a
arg@10ksloc.org · 2006-07-19 13:24 1 file(s) · +1 −1
client.c +1 −1
210 210
	diff = sw - c->fw;
211 211
	c->fx = sx + (random() % diff ? diff : 1);
212 212
	diff = sh - c->fh;
213 -
	c->fy = sx + (random() % diff ? diff : 1);
213 +
	c->fy = sy + (random() % diff ? diff : 1);
214 214
215 215
	c->border = 1;
216 216
	c->proto = getproto(c->win);