diff options
Diffstat (limited to 'uudecode.c')
-rw-r--r-- | uudecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uudecode.c b/uudecode.c index 4216e336a..752497cb0 100644 --- a/uudecode.c +++ b/uudecode.c @@ -346,5 +346,5 @@ int uudecode_main (int argc, } while (optind < argc); } - exit(exit_status); + return(exit_status); } |