Added type name for System V boot type.

This commit is contained in:
2017-08-06 15:22:59 +01:00
parent 0cd0ad8916
commit 7adf8ae3ab

View File

@@ -434,6 +434,7 @@ namespace DiscImageChef.PartPlugins
case fsType.ISO9660:
return "ISO9660";
case fsType.Boot:
case fsType.SysVBoot:
return "Boot";
case fsType.AFFS:
return "Amiga FFS";