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:
parent
669313a11d
commit
688545ea16
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue