minor fix

This commit is contained in:
Anselm R Garbe 2008-03-24 14:24:57 +00:00
parent a355782a77
commit 5a3a2d6b63

2
dwm.c
View file

@ -1480,7 +1480,7 @@ setmfact(const char *arg) {
return;
mfact = delta;
}
arrange();
setgeom(geom->symbol);
}
void