nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 051e953f174eec63f32d7680e5c6fe83517328c7
parent bc7dc36c7de991bb7933f2b55df9c01cdf6c5859
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  5 Jul 2006 02:35:03 +0000

yet another comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3744 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/browser.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/browser.c b/src/browser.c @@ -72,7 +72,7 @@ char *do_browser(char *path, DIR *dir) UNSET(CONST_UPDATE); change_browser_directory: - /* We go here after the user selects a new directory. */ + /* We go here after we select a new directory. */ /* Start with no key pressed. */ kbinput = ERR;