forked from len0rd/rockbox
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31272 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2630ab9fc6
commit
853638274d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ static struct mutex disk_mutex;
|
|||
|
||||
#ifdef MAX_LOG_SECTOR_SIZE
|
||||
static int disk_sector_multiplier[NUM_DRIVES] = {1};
|
||||
#endif
|
||||
|
||||
int disk_get_sector_multiplier(IF_MD_NONVOID(int drive))
|
||||
{
|
||||
|
|
@ -72,6 +71,7 @@ int disk_get_sector_multiplier(IF_MD_NONVOID(int drive))
|
|||
return disk_sector_multiplier[0];
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
struct partinfo* disk_init(IF_MD_NONVOID(int drive))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue