diff --git a/DiscImageChef.Device.Report/scsi.h b/DiscImageChef.Device.Report/scsi.h index cef817cf..53539b1e 100644 --- a/DiscImageChef.Device.Report/scsi.h +++ b/DiscImageChef.Device.Report/scsi.h @@ -72,7 +72,7 @@ typedef enum } ScsiServiceActionIn; // SCSI INQUIRY command response -#pragma pack(1) +#pragma pack(push, 1) typedef struct { /// @@ -310,5 +310,6 @@ typedef struct /// uint8_t VendorSpecific2; } ScsiInquiry; +#pragma pack(pop) #endif //DISCIMAGECHEF_DEVICE_REPORT_SCSI_H