aboutsummaryrefslogtreecommitdiff
path: root/src/tabfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabfile.c')
-rw-r--r--src/tabfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabfile.c b/src/tabfile.c
index 11ce4e8..fab0ef2 100644
--- a/src/tabfile.c
+++ b/src/tabfile.c
@@ -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;
}