Damn newline code

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@911 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-11-29 03:03:18 +00:00
parent 08893e08e3
commit 3795e5fc76
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void parse_colors(FILE *rcstream, char *filename, int *lineno, char *buf, char *
switch (*ptr) { switch (*ptr) {
case '\n': case '\n':
*ptr = ' '; *ptr = ' ';
i++; /* i++; */
case ' ': case ' ':
if (prev != '\\') { if (prev != '\\') {
/* This is the end of the regex, uh I guess. /* This is the end of the regex, uh I guess.