diff options
Diffstat (limited to 'coreutils/split.c')
-rw-r--r-- | coreutils/split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/split.c b/coreutils/split.c index 51a631c56..895a04b06 100644 --- a/coreutils/split.c +++ b/coreutils/split.c | |||
@@ -137,5 +137,5 @@ int split_main(int argc, char **argv) | |||
137 | src += to_write; | 137 | src += to_write; |
138 | } while (bytes_read); | 138 | } while (bytes_read); |
139 | } | 139 | } |
140 | return 0; | 140 | return EXIT_SUCCESS; |
141 | } | 141 | } |