comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2786 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-28 17:35:20 +00:00
parent b2072b0999
commit 43d3e9324b
1 changed files with 1 additions and 1 deletions

View File

@ -2503,7 +2503,7 @@ char *do_browser(char *path, DIR *dir)
* per row below. */
struct stat st;
char *new_path;
/* Used by the Go To Directory prompt. */
/* Used by the "Go To Directory" prompt. */
#ifndef DISABLE_MOUSE
MEVENT mevent;
#endif