blkid: add fallthrough comment

Addresses-Coverity-Id: #709484

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2014-01-09 15:03:40 -05:00
parent d1da14b5b0
commit 46802efa15

View File

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