summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cut.c b/src/cut.c
index 087981cdf..8c93c8965 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -358,7 +358,7 @@ set_fields (const char *fieldstr)
/* Collect and store in RP the range end points.
It also sets EOL_RANGE_START if appropriate. */
- for (;;)
+ while (true)
{
if (*fieldstr == '-')
{