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