REFACTOR: Removed reduntant semicolon.

This commit is contained in:
2017-12-21 02:53:52 +00:00
parent f0d2e7dac9
commit f0e80721ed
7 changed files with 9 additions and 9 deletions

View File

@@ -491,7 +491,7 @@ namespace DiscImageChef.Devices.Windows
LockChannel,
UnlockChannel,
DeviceCommand
};
}
static class Consts
{

View File

@@ -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