summaryrefslogtreecommitdiffstats
path: root/usr.bin/strings/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strings/strings.c')
-rw-r--r--usr.bin/strings/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c
index 8878420..2ddeced 100644
--- a/usr.bin/strings/strings.c
+++ b/usr.bin/strings/strings.c
@@ -90,7 +90,7 @@ main(argc, argv)
*/
asdata = exitcode = fflg = oflg = 0;
minlen = -1;
- while ((ch = getopt(argc, argv, "-0123456789an:of")) != EOF)
+ while ((ch = getopt(argc, argv, "-0123456789an:of")) != -1)
switch (ch) {
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
OpenPOWER on IntegriCloud