small bugfix

This commit is contained in:
Anselm R. Garbe 2007-08-13 19:22:51 +02:00
parent a200c39635
commit e4ad320599
1 changed files with 1 additions and 1 deletions

2
tile.c
View File

@ -12,7 +12,7 @@ void
addtomwfact(const char *arg) {
double delta;
if(isarrange(tile))
if(!isarrange(tile))
return;
/* arg handling, manipulate mwfact */