diff --git a/makedumpfile.c b/makedumpfile.c index ebf24f5..26d12b6 100644 --- a/makedumpfile.c +++ b/makedumpfile.c @@ -389,5 +389,5 @@ flattened_format_get_osrelease(char *file) } } - fclose(pipe); + pclose(pipe); }