summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.c')
-rw-r--r--apps/gui/skin_engine/skin_tokens.c2
1 files changed, 1 insertions, 1 deletions
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)
81 * 81 *
82 * Returns buf if the desired level was found, NULL otherwise. 82 * Returns buf if the desired level was found, NULL otherwise.
83 */ 83 */
84static char* get_dir(char* buf, int buf_size, const char* path, int level) 84char* get_dir(char* buf, int buf_size, const char* path, int level)
85{ 85{
86 const char* sep; 86 const char* sep;
87 const char* last_sep; 87 const char* last_sep;