mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed reduntant semicolon.
This commit is contained in:
@@ -884,5 +884,5 @@ namespace DiscImageChef.CommonTypes
|
||||
// USB flash drives
|
||||
FlashDrive
|
||||
#endregion Generic hard disks
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -491,7 +491,7 @@ namespace DiscImageChef.Devices.Windows
|
||||
LockChannel,
|
||||
UnlockChannel,
|
||||
DeviceCommand
|
||||
};
|
||||
}
|
||||
|
||||
static class Consts
|
||||
{
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace DiscImageChef.Devices.Windows
|
||||
public IntPtr DataBuffer;
|
||||
public uint SenseInfoOffset;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)] public byte[] Cdb;
|
||||
};
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
struct ScsiPassThroughDirectAndSenseBuffer
|
||||
|
||||
@@ -437,7 +437,7 @@ namespace DiscImageChef.DiscImages
|
||||
CdMode2Form1,
|
||||
/// <summary>Data track, compact disc mode 2, form 2</summary>
|
||||
CdMode2Form2
|
||||
};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Track defining structure.
|
||||
@@ -567,7 +567,7 @@ namespace DiscImageChef.DiscImages
|
||||
DvdCmi,
|
||||
/// <summary>Floppy address mark (contents depend on underlying floppy format)</summary>
|
||||
FloppyAddressMark
|
||||
};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Metadata present for each media.
|
||||
@@ -694,7 +694,7 @@ namespace DiscImageChef.DiscImages
|
||||
Xbox_SecuritySector,
|
||||
/// <summary>On floppy disks, data in last cylinder usually in a different format that contains duplication or manufacturing information</summary>
|
||||
Floppy_LeadOut
|
||||
};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enumeration of media types defined in CICM metadata
|
||||
|
||||
@@ -122,7 +122,7 @@ namespace DiscImageChef.DiscImages
|
||||
|
||||
public uint GmtOff;
|
||||
public uint Timezone;
|
||||
};
|
||||
}
|
||||
|
||||
enum PCompression : uint
|
||||
{
|
||||
|
||||
@@ -1343,7 +1343,7 @@ namespace DiscImageChef.DiscImages
|
||||
Ibufcnt,
|
||||
Ibufndx; // input buffer counters
|
||||
public byte[] Inbuf; // input buffer
|
||||
};
|
||||
}
|
||||
|
||||
Tdlzhuf tdctl;
|
||||
byte[] text_buf = new byte[N + F - 1];
|
||||
|
||||
@@ -467,7 +467,7 @@ namespace DiscImageChef.Partitions
|
||||
public pFlag p_flag; /*permision flags*/
|
||||
public int p_start; /*start sector no of partition*/
|
||||
public int p_size; /*# of blocks in partition*/
|
||||
};
|
||||
}
|
||||
|
||||
enum pTag : ushort
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user