1
0
Fork 0
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:
Bertrik Sikken 2010-08-28 10:17:19 +00:00
parent 032502182b
commit a290ce4222
9 changed files with 19 additions and 6 deletions

View file

@ -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)