]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: add missing break
authorKarel Zak <kzak@redhat.com>
Tue, 9 Feb 2016 09:04:36 +0000 (10:04 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 9 Feb 2016 09:04:36 +0000 (10:04 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/script.c

index 2637635abdaf3e13bb584ea84468d4c566cf2a67..ac3ca5cbb1cf578ead566f7b146165c728fd1b6e 100644 (file)
@@ -962,6 +962,7 @@ static struct fdisk_parttype *translate_type_shortcuts(struct fdisk_script *dp,
                        break;
                case 'U':       /* UEFI system */
                        type = "EF";
+                       break;
                }
        } else if (lb->id == FDISK_DISKLABEL_GPT) {
                switch (*str) {