diff options
author | Ron Yorston <rmy@pobox.com> | 2023-08-10 10:14:38 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-08-10 10:14:38 +0100 |
commit | 1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77 (patch) | |
tree | e317201c6424df53b4dbbfddc0de304d62c8a3a8 /coreutils/expand.c | |
parent | 7b692ddf0c746014f94813bcb6418f0c95d85afc (diff) | |
parent | 8f0845cad7bfc46939132b33f9cd0753b261b953 (diff) | |
download | busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.tar.gz busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.tar.bz2 busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r-- | coreutils/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expand.c b/coreutils/expand.c index 47693e144..c4db26055 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c | |||
@@ -192,7 +192,7 @@ int expand_main(int argc UNUSED_PARAM, char **argv) | |||
192 | FILE *file; | 192 | FILE *file; |
193 | unsigned tab_size; | 193 | unsigned tab_size; |
194 | unsigned opt; | 194 | unsigned opt; |
195 | int exit_status = EXIT_SUCCESS; | 195 | exitcode_t exit_status = EXIT_SUCCESS; |
196 | 196 | ||
197 | init_unicode(); | 197 | init_unicode(); |
198 | 198 | ||