another comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3371 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-12 22:03:47 +00:00
parent f0134ea9b2
commit 03ee332640
1 changed files with 1 additions and 1 deletions

View File

@ -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++;