mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
FS#13403: Fix compilation error in scsitools
Change-Id: I2aa402d09a482d9f559dece13f1acf75a658c4da
This commit is contained in:
parent
e631fc4723
commit
47784a777e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue