*really* fix the last warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d23d7a1686
commit
a9d752b1bd
1 changed files with 2 additions and 1 deletions
|
@ -666,7 +666,7 @@ void skin_render(struct gui_wps *gwps, unsigned refresh_mode)
|
|||
display->update();
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
static void skin_render_playlistviewer(struct playlistviewer* viewer,
|
||||
struct gui_wps *gwps,
|
||||
struct skin_viewport* skin_viewport,
|
||||
|
@ -751,3 +751,4 @@ static void skin_render_playlistviewer(struct playlistviewer* viewer,
|
|||
start_item++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue