mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
blkid: add fallthrough comment
Addresses-Coverity-Id: #709484 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
d1da14b5b0
commit
46802efa15
@ -347,6 +347,7 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
case 'h':
|
||||
err = 0;
|
||||
/* fallthrough */
|
||||
default:
|
||||
usage(err);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user