diff options
Diffstat (limited to 'coreutils/uuencode.c')
-rw-r--r-- | coreutils/uuencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index 91136b3e6..97801aa09 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c | |||
@@ -240,5 +240,5 @@ int uuencode_main (int argc, | |||
240 | errorMsg("Write error\n"); | 240 | errorMsg("Write error\n"); |
241 | exit FALSE; | 241 | exit FALSE; |
242 | } | 242 | } |
243 | exit TRUE; | 243 | return( TRUE); |
244 | } | 244 | } |