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:
parent
aca255e8e8
commit
0f5b717c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -1657,7 +1657,7 @@ void init_invadrox(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline bool handle_buttons(void)
|
static inline bool handle_buttons(void)
|
||||||
{
|
{
|
||||||
static unsigned int oldbuttonstate = 0;
|
static unsigned int oldbuttonstate = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue