From a0043340247319d92085a89ad1a4228eef028652 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 1 Jun 2006 19:54:14 +0000 Subject: [PATCH] fix breakage git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3609 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/rcfile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcfile.c b/src/rcfile.c index c9cdc132..38d49dcd 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -395,7 +395,6 @@ void parse_include(char *ptr) , TRUE #endif ); - fclose(rcstream); /* We're done with the new syntax file. Restore the original * filename and line number position. */