mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
{
|
||||
#region Internal Structures
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public struct DfiBlockHeader
|
||||
struct DfiBlockHeader
|
||||
{
|
||||
public ushort cylinder;
|
||||
public ushort head;
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
{
|
||||
#region Internal Structures
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public struct OobBlock
|
||||
struct OobBlock
|
||||
{
|
||||
public BlockIds blockId;
|
||||
public OobTypes blockType;
|
||||
|
||||
@@ -78,7 +78,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public struct ScpFooter
|
||||
struct ScpFooter
|
||||
{
|
||||
public uint manufacturerOffset;
|
||||
public uint modelOffset;
|
||||
|
||||
Reference in New Issue
Block a user