1
0
Fork 0
forked from len0rd/rockbox

fix warning, use unsigned variable

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29638 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-03-24 10:54:30 +00:00
parent 669313a11d
commit 688545ea16

View file

@ -831,7 +831,7 @@ static int sd_transfer_sectors(IF_MD2(int drive,) unsigned long start,
int retry_all = 0;
int const retry_data_max = 100; /* Generous, methinks */
int retry_data;
int real_numblocks;
unsigned int real_numblocks;
mutex_lock(&sd_mtx);
#ifndef BOOTLOADER