1
0
Fork 0
forked from len0rd/rockbox

Fix warning in android build.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29440 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-02-27 21:09:36 +00:00
parent 41658bd07a
commit cab6ac2240
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
* Stores the found filename in the buf parameter.
* Returns true if a bitmap was found, false otherwise */
bool find_albumart(const struct mp3entry *id3, char *buf, int buflen,
struct dim *dim);
const struct dim *dim);
#ifndef PLUGIN
/* Draw the album art bitmap from the given handle ID onto the given Skin.