1
0
Fork 0
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:
Miika Pekkarinen 2006-12-03 18:57:28 +00:00
parent 61e3759da0
commit ec14b0f989

View file

@ -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;