1
0
Fork 0
forked from len0rd/rockbox

make local variable current_list static

Change-Id: Ibe3536a4865c12160e933d3696af4b5507713ffe
This commit is contained in:
Bertrik Sikken 2012-02-19 12:12:40 +01:00
parent 8498e103d0
commit f81100efd2

View file

@ -43,7 +43,7 @@
#include "appevents.h"
static struct listitem_viewport_cfg *listcfg[NB_SCREENS] = {NULL};
struct gui_synclist *current_list;
static struct gui_synclist *current_list;
void skinlist_set_cfg(enum screen_type screen,
struct listitem_viewport_cfg *cfg)