comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-22 18:30:09 +00:00
parent f1e5627ebe
commit 8816564bf2
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ char *quotestr = NULL;
regex_t quotereg;
/* The compiled regular expression from the quoting string. */
int quoterc;
/* Whether it actually compiled. */
/* Whether it was compiled successfully. */
char *quoteerr = NULL;
/* The error message, if it didn't. */
#else