From: David Lawrence Ramsey Date: Tue, 4 Jul 2006 13:54:34 +0000 (+0000) Subject: add another missing comment X-Git-Tag: v1.9.99pre1~130 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=139dc4a844de77eb64e190f7de952f354c4b6c4d;p=nano.git add another missing comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3731 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/browser.c b/src/browser.c index 79fddfac..6e62ef0a 100644 --- a/src/browser.c +++ b/src/browser.c @@ -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