1
0
Fork 0
forked from len0rd/rockbox

invadrox: make inline function static inline

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28023 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-09-07 14:30:35 +00:00
parent aca255e8e8
commit 0f5b717c2f

View file

@ -1657,7 +1657,7 @@ void init_invadrox(void)
}
inline bool handle_buttons(void)
static inline bool handle_buttons(void)
{
static unsigned int oldbuttonstate = 0;