summaryrefslogtreecommitdiffstats
path: root/text-utils/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/display.c')
-rw-r--r--text-utils/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/display.c b/text-utils/display.c
index 524c8b897..2fc781cb5 100644
--- a/text-utils/display.c
+++ b/text-utils/display.c
@@ -317,7 +317,7 @@ int next(char **argv)
_argv = argv;
return(1);
}
- for (;;) {
+ while (TRUE) {
if (*_argv) {
if (!(freopen(*_argv, "r", stdin))) {
warn("%s", *_argv);