fix compcovtest

This commit is contained in:
vanhauser-thc
2021-04-16 14:53:11 +02:00
parent b03424073e
commit 3c68208dd3

View File

@ -77,6 +77,9 @@ int main(int argc, char **argv) {
printf("Puzzle solved, congrats!\n");
abort();
if (argc > 1) { fclose(file); }
return 0;
}