Removed extraneous fclose
authorGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Fri, 24 Jun 1983 05:20:35 +0000 (21:20 -0800)
committerGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Fri, 24 Jun 1983 05:20:35 +0000 (21:20 -0800)
SCCS-vsn: old/refer/hunt/hunt8.c 4.2

usr/src/old/refer/hunt/hunt8.c

index 31fb947..b7a2dbc 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)hunt8.c     4.1 (Berkeley) %G%";
+static char *sccsid = "@(#)hunt8.c     4.2 (Berkeley) %G%";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -49,7 +49,6 @@ char *indexname;
 # endif
                        runbib(indexname);
                        time(&indexdate);
 # endif
                        runbib(indexname);
                        time(&indexdate);
-                       unopen(fb);
                }
                else /* failure */
                return(0);
                }
                else /* failure */
                return(0);