Commit 224b6d5b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3724 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 5ee89c68
Showing with 2 additions and 0 deletions
+2 -0
......@@ -476,6 +476,8 @@ void browser_init(const char *path, DIR *dir)
filelist_len = i;
rewinddir(dir);
/* Put 10 columns' worth of blank space between columns of filenames
* in the list whenever possible, as Pico does. */
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