OSDN Git Service

Fixed a wrong fallthrough situation in ntfscat
authorJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Sun, 8 Mar 2020 08:42:15 +0000 (09:42 +0100)
committerJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Sun, 8 Mar 2020 08:42:15 +0000 (09:42 +0100)
A fallthrough situation was not intentional.

ntfsprogs/ntfscat.c

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