diff options
| -rw-r--r-- | view.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -174,7 +174,7 @@ growcol(Arg *arg)  {  	Client *c = getnext(clients); -	if(!sel || !c || !getnext(c->next) || (arrange != dotile)) +	if(!sel || !getnext(c->next) || (arrange != dotile))  		return;  	if(sel == getnext(clients)) {  		if(mw + arg->i > sw - 100) | 
