comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2006-07-04 23:05:27 +00:00
parent 015c434be1
commit 49c85d076c

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;
}