another comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3371 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f0134ea9b2
commit
03ee332640
|
@ -550,7 +550,7 @@ void parse_rcfile(FILE *rcstream)
|
||||||
char *ptr, *keyword, *option;
|
char *ptr, *keyword, *option;
|
||||||
int set = 0, i;
|
int set = 0, i;
|
||||||
|
|
||||||
/* Ignore the \n. */
|
/* Ignore the newline. */
|
||||||
buf[len - 1] = '\0';
|
buf[len - 1] = '\0';
|
||||||
|
|
||||||
lineno++;
|
lineno++;
|
||||||
|
|
Loading…
Reference in New Issue