Same as the last commit, only right.

This commit is contained in:
Kris Maglione 2007-04-14 04:41:15 -04:00
parent 49ac08aaa6
commit 9d0cdd5ca2

View File

@ -370,7 +370,7 @@ mouse_resizecol(Divide *d) {
if(dp->next == d) break;
/* Fix later */
if(a || a->next == nil)
if(a == nil || a->next == nil)
return;
minw = screen->rect.width/NCOL;