1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3371 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2006-04-12 22:03:47 +00:00
родитель f0134ea9b2
Коммит 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++;