From 139dc4a844de77eb64e190f7de952f354c4b6c4d Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 4 Jul 2006 13:54:34 +0000 Subject: [PATCH] add another missing comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3731 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/browser.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5