mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Corrected structure packing.
This commit is contained in:
@@ -72,7 +72,7 @@ typedef enum
|
||||
} ScsiServiceActionIn;
|
||||
|
||||
// SCSI INQUIRY command response
|
||||
#pragma pack(1)
|
||||
#pragma pack(push, 1)
|
||||
typedef struct
|
||||
{
|
||||
/// <summary>
|
||||
@@ -310,5 +310,6 @@ typedef struct
|
||||
/// </summary>
|
||||
uint8_t VendorSpecific2;
|
||||
} ScsiInquiry;
|
||||
#pragma pack(pop)
|
||||
|
||||
#endif //DISCIMAGECHEF_DEVICE_REPORT_SCSI_H
|
||||
|
||||
Reference in New Issue
Block a user