forked from len0rd/rockbox
tcc77x targets: various minor cleanups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27913 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
032502182b
commit
a290ce4222
9 changed files with 19 additions and 6 deletions
|
|
@ -193,7 +193,7 @@ const char *get_cuesheetid3_token(struct wps_token *token, struct mp3entry *id3,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
const char* get_filename_token(struct wps_token *token, char* filename,
|
||||
static const char* get_filename_token(struct wps_token *token, char* filename,
|
||||
char *buf, int buf_size)
|
||||
{
|
||||
if (filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue