From dc0ba917fa94a554a166b1939548b06c9ee49307 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 13 Jan 2010 06:02:38 +0000 Subject: FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/CustomWPS#Playlist_viewer for an exaplanation how to use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24220 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/skin_tokens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/skin_engine/skin_tokens.c') diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c index 794d7f4456..9b54361321 100644 --- a/apps/gui/skin_engine/skin_tokens.c +++ b/apps/gui/skin_engine/skin_tokens.c @@ -81,7 +81,7 @@ static char* get_codectype(const struct mp3entry* id3) * * Returns buf if the desired level was found, NULL otherwise. */ -static char* get_dir(char* buf, int buf_size, const char* path, int level) +char* get_dir(char* buf, int buf_size, const char* path, int level) { const char* sep; const char* last_sep; -- cgit v1.2.3