commit 3795e5fc7631f67a2b8d15f893023ef5cb933bb6
parent 08893e08e32b899b5109581f2121ef9d0e60d2ea
Author: Chris Allegretta <chrisa@asty.org>
Date: Thu, 29 Nov 2001 03:03:18 +0000
Damn newline code
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@911 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.