@ -56,6 +56,7 @@ int main(int argc, char *argv[]) {
}
fprintf(stderr, "%% lines read: %zu, matched: %zu\n", read, matched);
fclose(file);
return EXIT_SUCCESS;
@ -60,6 +60,7 @@ f2b_filter_load_file(f2b_filter_t *filter, const char *path) {
break;
fclose(f);
return true;