]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: add comment to keep static analysers happy
authorKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:10:13 +0000 (21:10 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:16:28 +0000 (21:16 +0100)
misc-utils/blkid.c

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