Add a missing break in option parsing.

CID:		1011452
Found with:	Coverity Prevent(tm)
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2014-04-15 07:37:56 +00:00
parent 751952ae37
commit c31159ae1b

View File

@ -805,6 +805,7 @@ main(int argc, char **argv)
break;
case 'i':
i_opt = !i_opt;
break;
case 'k':
k_opt = optarg;
break;