comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
015c434be1
commit
49c85d076c
|
@ -676,7 +676,7 @@ void browser_refresh(void)
|
||||||
col = 0;
|
col = 0;
|
||||||
|
|
||||||
/* Set the number of columns to display the list in, if
|
/* Set the number of columns to display the list in, if
|
||||||
* necessary, so that we don't divide by zero. */
|
* necessary. */
|
||||||
if (width == 0)
|
if (width == 0)
|
||||||
width = filecols;
|
width = filecols;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue