aboutsummaryrefslogtreecommitdiff
path: root/coreutils/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r--coreutils/fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c
index 2839c8c68..8112fe911 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -77,7 +77,7 @@ int fold_main(int argc UNUSED_PARAM, char **argv)
77 char *line_out = NULL; 77 char *line_out = NULL;
78 const char *w_opt = "80"; 78 const char *w_opt = "80";
79 unsigned width; 79 unsigned width;
80 smallint exitcode = EXIT_SUCCESS; 80 exitcode_t exitcode = EXIT_SUCCESS;
81 81
82 init_unicode(); 82 init_unicode();
83 83