]> git.wh0rd.org Git - nano.git/commitdiff
yet another cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 2 Jul 2006 20:41:21 +0000 (20:41 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 2 Jul 2006 20:41:21 +0000 (20:41 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3723 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 65cf3323e712675e3a375d645ec9dc222200d2fd..b55d541d4028e44ebf59e20edf79b6f7183b1c2d 100644 (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 *));