summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/bitmap/list-skinned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/bitmap/list-skinned.c b/apps/gui/bitmap/list-skinned.c
index 444d49148f..04cf76386b 100644
--- a/apps/gui/bitmap/list-skinned.c
+++ b/apps/gui/bitmap/list-skinned.c
@@ -43,7 +43,7 @@
43#include "appevents.h" 43#include "appevents.h"
44 44
45static struct listitem_viewport_cfg *listcfg[NB_SCREENS] = {NULL}; 45static struct listitem_viewport_cfg *listcfg[NB_SCREENS] = {NULL};
46struct gui_synclist *current_list; 46static struct gui_synclist *current_list;
47 47
48void skinlist_set_cfg(enum screen_type screen, 48void skinlist_set_cfg(enum screen_type screen,
49 struct listitem_viewport_cfg *cfg) 49 struct listitem_viewport_cfg *cfg)