From 8f07329d00a02a8fd0bb16ad9f404e8feba07b3e Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 1 Jun 2006 20:23:24 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3610 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/rcfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rcfile.c b/src/rcfile.c index 38d49dcd..c22aca37 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -602,9 +602,9 @@ void parse_colors(char *ptr, bool icase) } #endif /* ENABLE_COLOR */ -/* Parse the rcfile, once it has been opened successfully at - * rcstream. If syntax_only is TRUE, only allow the file to contain - * color syntax commands: syntax, color, and icolor. */ +/* Parse the rcfile, once it has been opened successfully at rcstream, + * and close it afterwards. If syntax_only is TRUE, only allow the file + * to contain color syntax commands: syntax, color, and icolor. */ void parse_rcfile(FILE *rcstream #ifdef ENABLE_COLOR , bool syntax_only -- 2.39.5