summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar-skinned.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar-skinned.c')
-rw-r--r--apps/gui/statusbar-skinned.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/statusbar-skinned.c b/apps/gui/statusbar-skinned.c
index c991d8ea40..c4cc37d539 100644
--- a/apps/gui/statusbar-skinned.c
+++ b/apps/gui/statusbar-skinned.c
@@ -178,8 +178,9 @@ void sb_skin_update(enum screen_type screen, bool force)
178 } 178 }
179} 179}
180 180
181void do_sbs_update_callback(void *param) 181void do_sbs_update_callback(unsigned short id, void *param)
182{ 182{
183 (void)id;
183 (void)param; 184 (void)param;
184 /* the WPS handles changing the actual id3 data in the id3 pointers 185 /* the WPS handles changing the actual id3 data in the id3 pointers
185 * we imported, we just want a full update */ 186 * we imported, we just want a full update */