comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3733 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
458d004efe
commit
9f2e3f7654
|
@ -31,7 +31,7 @@
|
||||||
#ifndef DISABLE_BROWSER
|
#ifndef DISABLE_BROWSER
|
||||||
|
|
||||||
static char **filelist = NULL;
|
static char **filelist = NULL;
|
||||||
/* The list of files to display in the browser. */
|
/* The list of files to display in the file browser. */
|
||||||
static size_t filelist_len = 0;
|
static size_t filelist_len = 0;
|
||||||
/* The number of files in the list. */
|
/* The number of files in the list. */
|
||||||
static int width = 0;
|
static int width = 0;
|
||||||
|
|
Loading…
Reference in New Issue