Remove a duplicate fclose() that snuck into r316501

Reported by:	Coverity
CID:		1373338
MFC after:	20 days
X-MFC-With:	316501
Sponsored by:	Spectra Logic Corp
This commit is contained in:
Alan Somers 2017-04-05 16:13:36 +00:00
parent 6e3e654490
commit 6504428e9c

View File

@ -1386,7 +1386,6 @@ nxtfile(int argc, char **argv, const char **fname, char *buf, int dt)
(void)fprintf(err,
"pr: cannot stat %s, %s\n",
argv[eoptind], strerror(errno));
fclose(inf);
return(NULL);
}
timeptr = localtime(&(statbuf.st_mtime));