summaryrefslogtreecommitdiffstats
path: root/usr.bin/key
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/key')
-rw-r--r--usr.bin/key/skey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/key/skey.c b/usr.bin/key/skey.c
index 954b94e..0196ebe 100644
--- a/usr.bin/key/skey.c
+++ b/usr.bin/key/skey.c
@@ -40,7 +40,7 @@ char *argv[];
char *slash;
cnt = 1;
- while((i = getopt(argc,argv,"n:")) != EOF){
+ while((i = getopt(argc,argv,"n:")) != -1){
switch(i){
case 'n':
cnt = atoi(optarg);
OpenPOWER on IntegriCloud