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:
parent
41658bd07a
commit
cab6ac2240
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue