Commit 5ee89c68 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

yet another cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3723 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Showing with 1 addition and 3 deletions
+1 -3
......@@ -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 *));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment