summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-02-19 12:12:40 +0100
committerBertrik Sikken <bertrik@sikken.nl>2012-02-19 12:12:40 +0100
commitf81100efd2b0f0281e8c78f195720ad8fa61dde1 (patch)
tree6a6ea4cd20f0ffaedd5868ad8b0a597334004bd0 /apps/gui/bitmap
parent8498e103d0b6c0f464846703f766bdf7463565f0 (diff)
downloadrockbox-f81100efd2b0f0281e8c78f195720ad8fa61dde1.tar.gz
rockbox-f81100efd2b0f0281e8c78f195720ad8fa61dde1.zip
make local variable current_list static
Change-Id: Ibe3536a4865c12160e933d3696af4b5507713ffe
Diffstat (limited to 'apps/gui/bitmap')
-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)