commit 03ee3326406269c9e4b476063afe64420f86f348
parent f0134ea9b267ba834d72ae79d2ccc9dc7d78198f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 12 Apr 2006 22:03:47 +0000
another comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3371 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -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++;