Commit 8f975a11 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 2458b295
Showing with 2 additions and 2 deletions
+2 -2
...@@ -148,8 +148,8 @@ char *do_browser(char *path, DIR *dir) ...@@ -148,8 +148,8 @@ char *do_browser(char *path, DIR *dir)
if (selected > filelist_len - 1) if (selected > filelist_len - 1)
selected = filelist_len - 1; selected = filelist_len - 1;
else if (old_selected == selected) else if (old_selected == selected)
/* Put back the "Select" key, so that /* Put back the Enter key, so that the
* the file is read in. */ * file is read in. */
unget_kbinput(NANO_ENTER_KEY, FALSE, unget_kbinput(NANO_ENTER_KEY, FALSE,
FALSE); FALSE);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment