add missing comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3724 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-07-02 20:56:34 +00:00
parent 5ee89c6898
commit 224b6d5b77
1 changed files with 2 additions and 0 deletions

View File

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