Fixed a wrong fallthrough situation in ntfscat

A fallthrough situation was not intentional.
pull/2/head
Jean-Pierre André 2020-03-08 09:42:15 +01:00
parent 004709fcc1
commit 8e01e1ed65
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ static int parse_options(int argc, char **argv)
optarg);
usage();
}
break;
case 'q':
opts.quiet++;