forked from len0rd/rockbox
make local variable current_list static
Change-Id: Ibe3536a4865c12160e933d3696af4b5507713ffe
This commit is contained in:
parent
8498e103d0
commit
f81100efd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue