fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14598 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8701494630
commit
9b3be37f84
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@ static inline bool tea_test_key(unsigned char magic_enc[8], uint32_t * key, int
|
|||
|
||||
static int tea_find_key(struct mi4header_t *mi4header, int fd)
|
||||
{
|
||||
int i, rc;
|
||||
unsigned int i;
|
||||
int rc;
|
||||
unsigned int j;
|
||||
uint32_t key[4];
|
||||
unsigned char magic_enc[8];
|
||||
|
|
Loading…
Reference in a new issue