Skip to content

Commit 1700e6a

Browse files
committed
fix error which displays part type id as FAT32 instead of FAT16
1 parent b4e302f commit 1700e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fdisk/display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ static struct {
453453
{ 0x07, "NTFS / HPFS", "NTFS" },
454454
{ 0x0b, "FAT-32", "FAT32" },
455455
{ 0x0c, "FAT-32 LBA", "FAT32 LBA" },
456-
{ 0x0e, "FAT-16 LBA", "FAT32 LBA" },
456+
{ 0x0e, "FAT-16 LBA", "FAT16 LBA" },
457457
{ 0x0f, "Extended LBA", "Ext LBA" },
458458

459459
{ 0x11, "Hid. FAT-12", "H FAT12" },

0 commit comments

Comments
 (0)