]> git.wh0rd.org Git - nano.git/commitdiff
add another missing comment
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 4 Jul 2006 13:54:34 +0000 (13:54 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 4 Jul 2006 13:54:34 +0000 (13:54 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3731 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 79fddfac15bff7ed8b0cc8c4c4b826f234987983..6e62ef0a3f6a6abd49703ab88191134ef1482e41 100644 (file)
@@ -816,6 +816,7 @@ bool findnextfile(bool no_sameline, size_t begin, const char *needle)
        /* The location in the current file list of the match we
         * find. */
     const char *filetail = tail(filelist[currselected]);
+       /* The filename we display, minus the path. */
     const char *rev_start = filetail, *found = NULL;
 
 #ifndef NANO_TINY