forked from len0rd/rockbox
moved the declaration int l=0; above the #ifdef so all targets compile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
05feebddac
commit
969dcb7871
1 changed files with 1 additions and 1 deletions
|
@ -79,9 +79,9 @@ static void draw_screen(struct mp3entry* id3)
|
||||||
}
|
}
|
||||||
case PLAY_DISPLAY_DEFAULT:
|
case PLAY_DISPLAY_DEFAULT:
|
||||||
{
|
{
|
||||||
|
int l = 0;
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
char buffer[64];
|
char buffer[64];
|
||||||
int l = 0;
|
|
||||||
|
|
||||||
lcd_puts(0, l++, id3->title?id3->title:"");
|
lcd_puts(0, l++, id3->title?id3->title:"");
|
||||||
lcd_puts(0, l++, id3->album?id3->album:"");
|
lcd_puts(0, l++, id3->album?id3->album:"");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue