summaryrefslogtreecommitdiff
path: root/catgets
diff options
context:
space:
mode:
Diffstat (limited to 'catgets')
-rw-r--r--catgets/gencat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c
index e8bf368eea..de6bdf65d8 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -188,7 +188,7 @@ main (int argc, char *argv[])
if (result != NULL)
write_out (result, output_name, header_name);
- exit (EXIT_SUCCESS);
+ return EXIT_SUCCESS;
}