fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-02-18 02:37:58 +00:00
parent 3cb735ef39
commit 7dfd594cca

View file

@ -299,6 +299,9 @@ static void draw_playlist_viewer_list(struct gui_wps *gwps,
case WPS_TOKEN_ALIGN_RIGHT:
x = vpwidth - length;
break;
default:
x = 0;
break;
}
}
gwps->display->putsxy(x, (i-start_item)*line_height, buf );