1
0
Fork 0
forked from len0rd/rockbox

Fix yellow and all the shipped themes that show AA

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26697 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-06-08 15:17:39 +00:00
parent 50356d8387
commit 2d62a570e3
16 changed files with 16 additions and 16 deletions

View file

@ -1482,7 +1482,7 @@ static int parse_albumart_display(const char *wps_bufptr,
struct wps_data *wps_data)
{
(void)wps_bufptr;
struct wps_token *prev = token-1;
(void)token;
if (wps_data->albumart)
{
wps_data->albumart->vp = &curr_vp->vp;