summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-03-31 20:11:49 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-03-31 20:12:12 -0400
commit47784a777eca6cae3c4a6643f4bca5338373951f (patch)
treef7eb6903aa11fb686efb1ca4023b6babc4389c5f
parente631fc4723adc3a5f151a87d8429399aa34d5217 (diff)
downloadrockbox-47784a777eca6cae3c4a6643f4bca5338373951f.tar.gz
rockbox-47784a777eca6cae3c4a6643f4bca5338373951f.zip
FS#13403: Fix compilation error in scsitools
Change-Id: I2aa402d09a482d9f559dece13f1acf75a658c4da
-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)