tabfile: fix mismatching popen/fclose
This commit is contained in:
parent
92556d5269
commit
6f5e32386e
|
@ -218,6 +218,6 @@ main (int argc, char *argv[])
|
|||
fatal ("Error: failed to write the dictionary: %s\n", error->message);
|
||||
|
||||
generator_free (generator);
|
||||
fclose (fsorted);
|
||||
pclose (fsorted);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue