summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/aoutcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore/aoutcore.c')
-rw-r--r--usr.bin/gcore/aoutcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c
index 4ec4ed6..7ecbe1c 100644
--- a/usr.bin/gcore/aoutcore.c
+++ b/usr.bin/gcore/aoutcore.c
@@ -98,7 +98,7 @@ main(argc, argv)
sflag = 0;
corefile = NULL;
- while ((ch = getopt(argc, argv, "c:s")) != EOF) {
+ while ((ch = getopt(argc, argv, "c:s")) != -1) {
switch (ch) {
case 'c':
corefile = optarg;
OpenPOWER on IntegriCloud