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