diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-02-19 07:09:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-02-19 07:09:19 +0000 |
| commit | b7498df286c40ea0740282b9e663d224fec40dc8 (patch) | |
| tree | 578506eede3120635d7308f1fed95a1c6147a49a /usr.sbin/cdcontrol | |
| parent | 58eefce0e6d849ee941bbf456c0a91952458e7c4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/cdcontrol')
| -rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index 040106faf65c2..eb914cf40c0a4 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -190,7 +190,7 @@ int main (int argc, char **argv) for (;;) { switch (getopt (argc, argv, "svhf:")) { - case EOF: + case -1: break; case 's': verbose = 0; |
