add missing fclose

This commit is contained in:
Francois Perrad 2017-12-10 09:35:50 +01:00
parent c60eeb0bed
commit 80bb9e7b52

View File

@ -72,6 +72,7 @@ top:
fprintf(out, "%d-bits (k = %lu) = %s\n", sizes[x], z, buf);
fflush(out);
}
fclose(out);
return 0;
}