mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected typo on SCSI peripheral device types.
This commit is contained in:
@@ -1177,7 +1177,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
sb.AppendLine("SCSI Extended INQUIRY Data:");
|
||||
|
||||
if(page.PeripheralDeviceType == PeripheralDeviceTypes.DirectAccess ||
|
||||
page.PeripheralDeviceType == PeripheralDeviceTypes.SCSIZonedBlockDEvice)
|
||||
page.PeripheralDeviceType == PeripheralDeviceTypes.SCSIZonedBlockDevice)
|
||||
{
|
||||
switch(page.SPT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user