diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-03-29 03:33:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-03-29 03:33:12 +0000 |
| commit | 8d64695c7c6791641c71b15441665bafc43c2bd0 (patch) | |
| tree | cf87bbae47f28b546d1ad8e17e84cacc7b425da6 /sbin/nextboot | |
| parent | f37dd3ba03f77cd17af02a6e72bd8cb089026bce (diff) | |
Notes
Diffstat (limited to 'sbin/nextboot')
| -rw-r--r-- | sbin/nextboot/nextboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nextboot/nextboot.c b/sbin/nextboot/nextboot.c index 2398b56f0f1b..54618846526d 100644 --- a/sbin/nextboot/nextboot.c +++ b/sbin/nextboot/nextboot.c @@ -66,7 +66,7 @@ main (int argc, char** argv) int part; bflag = 0; - while ((ch = getopt(argc, argv, "bde")) != EOF) { + while ((ch = getopt(argc, argv, "bde")) != -1) { switch(ch) { case 'b': bflag = 1; |
