Add a missing break in option parsing.
CID: 1011452 Found with: Coverity Prevent(tm) MFC after: 1 week
This commit is contained in:
parent
751952ae37
commit
c31159ae1b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264489
@ -805,6 +805,7 @@ main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 'i':
|
case 'i':
|
||||||
i_opt = !i_opt;
|
i_opt = !i_opt;
|
||||||
|
break;
|
||||||
case 'k':
|
case 'k':
|
||||||
k_opt = optarg;
|
k_opt = optarg;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user