added missing break

This commit is contained in:
Frank Morgner 2015-10-04 12:45:25 +02:00
parent 5e242c5fb2
commit 50e81d1de0
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ static int decode_options(int argc, char **argv)
key_id = optarg[0] - '0';
else /* Arg string is 'all' */
key_id = 'a';
break;
case 'd':
do_dump_idx = optarg[0] - '0';
opt_dump_do++;