more clenaup, expect more bugs

This commit is contained in:
tth
2021-03-17 18:32:51 +01:00
parent 706e218ff0
commit 3632dc1680
23 changed files with 98 additions and 137 deletions

View File

@@ -190,9 +190,7 @@ switch(head->type) {
break;
}
fputs("\n", fp);
fclose(fp);
fputs("\n", fp); fclose(fp);
return 0;
}