Fixed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6157caadcc
commit
f77acfb982
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ static void lcd_putsxyofs(int x, int y, int ofs, unsigned char *str)
|
|||
|
||||
if (width > 0)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
bitmap_t* bits = pf->bits +
|
||||
(pf->offset ? pf->offset[ch] : (pf->height * ch));
|
||||
|
||||
|
|
Loading…
Reference in a new issue