diff options
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index e8bf368..de6bdf6 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; } |