aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r--coreutils/expand.c2
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