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:
@@ -355,7 +355,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
case PeripheralDeviceTypes.SCSISecurityManagerDevice: //0x13,
|
||||
sb.AppendLine("Security Manager Device");
|
||||
break;
|
||||
case PeripheralDeviceTypes.SCSIZonedBlockDEvice: //0x14
|
||||
case PeripheralDeviceTypes.SCSIZonedBlockDevice: //0x14
|
||||
sb.AppendLine("Host managed zoned block device");
|
||||
break;
|
||||
case PeripheralDeviceTypes.WellKnownDevice: //0x1E,
|
||||
|
||||
Reference in New Issue
Block a user