comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2786 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2005-06-28 17:35:20 +00:00
parent b2072b0999
commit 43d3e9324b

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