yet another cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3723 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-07-02 20:41:21 +00:00
parent 6fa1144d1a
commit 5ee89c6898

View File

@ -476,9 +476,7 @@ void browser_init(const char *path, DIR *dir)
filelist_len = i;
rewinddir(dir);
/* Add the midpoint of the two maximum column widths, 8 and 15, to
* longest. */
longest += 11;
longest += 10;
filelist = (char **)nmalloc(filelist_len * sizeof(char *));