From 3795e5fc7631f67a2b8d15f893023ef5cb933bb6 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Thu, 29 Nov 2001 03:03:18 +0000 Subject: [PATCH] Damn newline code git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@911 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- rcfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcfile.c b/rcfile.c index 53efe008..5566c420 100644 --- a/rcfile.c +++ b/rcfile.c @@ -200,7 +200,7 @@ void parse_colors(FILE *rcstream, char *filename, int *lineno, char *buf, char * switch (*ptr) { case '\n': *ptr = ' '; - i++; +/* i++; */ case ' ': if (prev != '\\') { /* This is the end of the regex, uh I guess. -- 2.39.5