add another missing comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3731 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-07-04 13:54:34 +00:00
parent a0283b7710
commit 139dc4a844
1 changed files with 1 additions and 0 deletions

View 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