add missing comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3724 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-07-02 20:56:34 +00:00
parent 5ee89c6898
commit 224b6d5b77

View File

@ -476,6 +476,8 @@ void browser_init(const char *path, DIR *dir)
filelist_len = i;
rewinddir(dir);
/* Put 10 columns' worth of blank space between columns of filenames
* in the list whenever possible, as Pico does. */
longest += 10;
filelist = (char **)nmalloc(filelist_len * sizeof(char *));