remove unnecessary close, because fclose already closes the file descriptor

next
Michael Stapelberg 2011-07-24 18:42:46 +02:00
parent 8c20fea3c2
commit 797ba5f7c8
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ void parse_file(const char *f) {
}
}
fclose(fstr);
close(fd);
/* For every custom variable, see how often it occurs in the file and
* how much extra bytes it requires when replaced. */