forked from len0rd/rockbox
killed a warning in plugin.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3855 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c7d42bbbd7
commit
b789d8a97b
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ struct plugin_api {
|
|||
void (*qsort)(void *base, size_t nmemb, size_t size,
|
||||
int(*compar)(const void *, const void *));
|
||||
int (*kbd_input)(char* buffer, int buflen);
|
||||
struct mp3entry* (*mpeg_current_track)();
|
||||
struct mp3entry* (*mpeg_current_track)(void);
|
||||
};
|
||||
|
||||
/* defined by the plugin loader (plugin.c) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue