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 11b880969..01849615e 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -63,7 +63,7 @@ int fold_main(int argc, char **argv)
63 } 63 }
64 } 64 }
65 65
66 flags = getopt32(argc, argv, "bsw:", &w_opt); 66 flags = getopt32(argv, "bsw:", &w_opt);
67 if (flags & FLAG_WIDTH) 67 if (flags & FLAG_WIDTH)
68 width = xatoul_range(w_opt, 1, 10000); 68 width = xatoul_range(w_opt, 1, 10000);
69 69