diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-02-06 08:48:28 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-02-06 08:48:28 +0000 |
| commit | 9c20ad30e025942adf28ce0291fcf5bfa92e2301 (patch) | |
| tree | b760551e3d33fadb07d26db7ad8ba4be639196c8 /usr.bin | |
| parent | 6a290a48ca7f5615f97f9f29f955fbb594a77c1c (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/mklocale/yacc.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index a41d02ed3d1a..84149f019480 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -227,7 +227,7 @@ main(int ac, char *av[]) fp = stdout; - while ((x = getopt(ac, av, "do:")) != EOF) { + while ((x = getopt(ac, av, "do:")) != -1) { switch(x) { case 'd': debug = 1; |
