1
0
Fork 0
forked from len0rd/rockbox

local variable app/gui/icon.c/iconsets can be made static

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31386 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-12-20 21:05:56 +00:00
parent 67eefad6a5
commit e6c85a6735

View file

@ -58,7 +58,7 @@ enum Iconset {
Iconset_Count
};
struct iconset {
static struct iconset {
struct bitmap bmp;
bool loaded;
int handle;