All struct members should be public (and removes warning)

This commit is contained in:
2014-08-28 19:03:32 +01:00
parent 94316131d2
commit 3229808c73

View File

@@ -448,7 +448,7 @@ namespace DiscImageChef.Plugins
/// <summary>0x32, Sector of FAT32PB backup</summary>
public UInt16 backup_sector;
/// <summary>0x34, 12 reserved bytes</summary>
byte[] reserved;
public byte[] reserved;
/// <summary>0x40, Drive number</summary>
public byte drive_no;
/// <summary>0x41, Volume flags</summary>