diff options
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index f2c9065d1..237ade047 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -249,5 +249,5 @@ int tr_main(int argc, char **argv) | |||
249 | outvec[(GCC4_IS_STUPID)output[i]] = TRUE; | 249 | outvec[(GCC4_IS_STUPID)output[i]] = TRUE; |
250 | } | 250 | } |
251 | convert(); | 251 | convert(); |
252 | return (0); | 252 | return 0; |
253 | } | 253 | } |