mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
All struct members should be public (and removes warning)
This commit is contained in:
@@ -448,7 +448,7 @@ namespace DiscImageChef.Plugins
|
|||||||
/// <summary>0x32, Sector of FAT32PB backup</summary>
|
/// <summary>0x32, Sector of FAT32PB backup</summary>
|
||||||
public UInt16 backup_sector;
|
public UInt16 backup_sector;
|
||||||
/// <summary>0x34, 12 reserved bytes</summary>
|
/// <summary>0x34, 12 reserved bytes</summary>
|
||||||
byte[] reserved;
|
public byte[] reserved;
|
||||||
/// <summary>0x40, Drive number</summary>
|
/// <summary>0x40, Drive number</summary>
|
||||||
public byte drive_no;
|
public byte drive_no;
|
||||||
/// <summary>0x41, Volume flags</summary>
|
/// <summary>0x41, Volume flags</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user