diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-03-31 20:11:49 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-03-31 20:12:12 -0400 |
commit | 47784a777eca6cae3c4a6643f4bca5338373951f (patch) | |
tree | f7eb6903aa11fb686efb1ca4023b6babc4389c5f | |
parent | e631fc4723adc3a5f151a87d8429399aa34d5217 (diff) | |
download | rockbox-47784a777e.tar.gz rockbox-47784a777e.zip |
FS#13403: Fix compilation error in scsitools
Change-Id: I2aa402d09a482d9f559dece13f1acf75a658c4da
-rw-r--r-- | utils/imxtools/scsitools/stmp_scsi.h | 2 |
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 { struct scsi_stmp_logical_table_header_t header; struct scsi_stmp_logical_table_entry_t entry[]; -}RB_PACKED table; +}RB_PACKED; #ifdef RB_POP_PACK #pragma pack(pop) |