fdisk: compilation fix

This commit is contained in:
Denis Vlasenko 2006-10-14 16:16:03 +00:00
parent 3544ae6004
commit efeed5ed28
3 changed files with 49 additions and 37 deletions

View file

@ -180,7 +180,7 @@ static const struct systypes sgi_sys_types[] = {
/* LINUX_NATIVE */ { "\x83" "Linux native" },
/* LINUX_LVM */ { "\x8d" "Linux LVM" },
/* LINUX_RAID */ { "\xfd" "Linux RAID" },
{ NULL }
{ NULL }
};