summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/watch/watch.c')
-rw-r--r--usr.sbin/watch/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c
index e215ac8..ce5be37 100644
--- a/usr.sbin/watch/watch.c
+++ b/usr.sbin/watch/watch.c
@@ -291,7 +291,7 @@ main(ac, av)
opt_interactive = 0;
- while ((ch = getopt(ac, av, "Wciotn")) != EOF)
+ while ((ch = getopt(ac, av, "Wciotn")) != -1)
switch (ch) {
case 'W':
opt_write = 1;
OpenPOWER on IntegriCloud