Browse Source

minor fix

main
Anselm R Garbe 16 years ago
parent
commit
5a3a2d6b63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

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


Loading…
Cancel
Save