forked from len0rd/rockbox
Fixed the warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11653 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
61e3759da0
commit
ec14b0f989
1 changed files with 1 additions and 1 deletions
|
@ -2115,7 +2115,7 @@ long fat_readwrite( struct fat_file *file, long sectorcount,
|
|||
int fat_get_secsize(const struct fat_file *file)
|
||||
{
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
fat_bpbs[file->volume].bpb_bytspersec;
|
||||
return fat_bpbs[file->volume].bpb_bytspersec;
|
||||
#else
|
||||
(void)file;
|
||||
return fat_bpbs[0].bpb_bytspersec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue