]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
blkid: add fallthrough comment
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Jan 2014 20:03:40 +0000 (15:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Jan 2014 20:03:40 +0000 (15:03 -0500)
Addresses-Coverity-Id: #709484

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/blkid.c

index a4a8db0bfa19ba0766246a8e750a3a65da0e28fe..8d1f5a97b1820f5ec4f356f7bea9d6e70d8f3a4b 100644 (file)
@@ -347,6 +347,7 @@ int main(int argc, char **argv)
                        break;
                case 'h':
                        err = 0;
+                       /* fallthrough */
                default:
                        usage(err);
                }