minor fix

This commit is contained in:
John Wiegley 2004-06-22 01:51:50 -04:00 committed by johnw
parent 48db20547a
commit 1a1c8cdd2b

View file

@ -992,7 +992,7 @@ int main(int argc, char * argv[])
int c; int c;
while (-1 != (c = getopt(argc, argv, while (-1 != (c = getopt(argc, argv,
"+Bb:Ccd:Ee:Ff:Ghi:L:l:MN:nPp:Q:RSsTUVv"))) { "+Bb:Ccd:Ee:Ff:Ghi:L:l:MN:nP:p:QRSsTUVv"))) {
switch (char(c)) { switch (char(c)) {
case 'b': case 'b':
have_beginning = true; have_beginning = true;