summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpq/lpq.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpq/lpq.c')
-rw-r--r--usr.sbin/lpr/lpq/lpq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c
index 7d1b520..0e3ec33 100644
--- a/usr.sbin/lpr/lpq/lpq.c
+++ b/usr.sbin/lpr/lpq/lpq.c
@@ -90,7 +90,7 @@ main(argc, argv)
openlog("lpd", 0, LOG_LPR);
aflag = lflag = 0;
- while ((ch = getopt(argc, argv, "alP:")) != EOF)
+ while ((ch = getopt(argc, argv, "alP:")) != -1)
switch((char)ch) {
case 'a':
++aflag;
OpenPOWER on IntegriCloud