comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-07-04 23:05:27 +00:00
parent 015c434be1
commit 49c85d076c
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ void browser_refresh(void)
col = 0;
/* Set the number of columns to display the list in, if
* necessary, so that we don't divide by zero. */
* necessary. */
if (width == 0)
width = filecols;
}