btrfs-progs: corrupt block, add missing break to option I

Using -I would imply -d.

Resolves-Coverity-CID: 1258792
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
master
David Sterba 2014-12-19 16:08:48 +01:00
parent 3f22699030
commit 814857f9e1
1 changed files with 1 additions and 0 deletions

View File

@ -1096,6 +1096,7 @@ int main(int ac, char **av)
break;
case 'I':
corrupt_item = 1;
break;
case 'd':
delete = 1;
break;