remove unnecessary close, because fclose already closes the file descriptor
This commit is contained in:
parent
8c20fea3c2
commit
797ba5f7c8
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue