OSDN Git Service

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 a4a8db0..8d1f5a9 100644 (file)
@@ -347,6 +347,7 @@ int main(int argc, char **argv)
                        break;
                case 'h':
                        err = 0;
+                       /* fallthrough */
                default:
                        usage(err);
                }