nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8816564bf2284ba8ed9a2fe2a6ca119519300040
parent f1e5627ebeb39523c604a67e0de410c2904c8cfd
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 22 May 2006 18:30:09 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/global.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/global.c b/src/global.c @@ -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