comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f1e5627ebe
commit
8816564bf2
|
@ -100,7 +100,7 @@ char *quotestr = NULL;
|
||||||
regex_t quotereg;
|
regex_t quotereg;
|
||||||
/* The compiled regular expression from the quoting string. */
|
/* The compiled regular expression from the quoting string. */
|
||||||
int quoterc;
|
int quoterc;
|
||||||
/* Whether it actually compiled. */
|
/* Whether it was compiled successfully. */
|
||||||
char *quoteerr = NULL;
|
char *quoteerr = NULL;
|
||||||
/* The error message, if it didn't. */
|
/* The error message, if it didn't. */
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue