sfdisk: add comment to keep static analysers happy

This commit is contained in:
Karel Zak 2012-01-31 21:07:11 +01:00
parent 099c7a94ce
commit 7068841a09
1 changed files with 1 additions and 0 deletions

View File

@ -849,6 +849,7 @@ set_format(char c) {
switch (c) {
default:
warnx(_("unrecognized format - using sectors\n"));
/* fallthrough */
case 'S':
specified_format = F_SECTOR;
break;