mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-07 18:22:06 +03:00
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:
parent
6fa1144d1a
commit
5ee89c6898
@ -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 *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user