REFACTOR: Final cleanup of DiscImageChef.Partitions.

This commit is contained in:
2017-12-24 03:11:33 +00:00
parent 9dda52522c
commit 3f628cd3c9
19 changed files with 1638 additions and 1620 deletions

View File

@@ -108,7 +108,8 @@ namespace DiscImageChef.Partitions
}
}
switch(bootBlock.flags & TYPE_MASK) {
switch(bootBlock.flags & TYPE_MASK)
{
case TYPE_LINUX:
{
IntPtr tablePtr = Marshal.AllocHGlobal(512);