Fixed a wrong fallthrough situation in ntfscat
A fallthrough situation was not intentional.pull/2/head
parent
004709fcc1
commit
8e01e1ed65
|
@ -236,6 +236,7 @@ static int parse_options(int argc, char **argv)
|
|||
optarg);
|
||||
usage();
|
||||
}
|
||||
break;
|
||||
|
||||
case 'q':
|
||||
opts.quiet++;
|
||||
|
|
Loading…
Reference in New Issue