summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/imxtools/scsitools/stmp_scsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/imxtools/scsitools/stmp_scsi.h b/utils/imxtools/scsitools/stmp_scsi.h
index e85122041f..37267863d2 100644
--- a/utils/imxtools/scsitools/stmp_scsi.h
+++ b/utils/imxtools/scsitools/stmp_scsi.h
@@ -264,7 +264,7 @@ struct stmp_logical_media_table_t
264{ 264{
265 struct scsi_stmp_logical_table_header_t header; 265 struct scsi_stmp_logical_table_header_t header;
266 struct scsi_stmp_logical_table_entry_t entry[]; 266 struct scsi_stmp_logical_table_entry_t entry[];
267}RB_PACKED table; 267}RB_PACKED;
268 268
269#ifdef RB_POP_PACK 269#ifdef RB_POP_PACK
270#pragma pack(pop) 270#pragma pack(pop)