mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Removed reduntant semicolon.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user