mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix structure naming in Apple filesystems.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace DiscImageChef.Filesystems
|
||||
{
|
||||
/// <summary>Master Directory Block, should be sector 2 in volume</summary>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
struct HfsMasterDirectoryBlock // Should be sector 2 in volume
|
||||
struct MasterDirectoryBlock // Should be sector 2 in volume
|
||||
{
|
||||
/// <summary>0x000, Signature, 0x4244</summary>
|
||||
public readonly ushort drSigWord;
|
||||
|
||||
Reference in New Issue
Block a user