forked from len0rd/rockbox
Please let this be the last fix.. please..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9023 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27be070cb1
commit
d91af84e43
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ plasma.c
|
||||||
bejeweled.c
|
bejeweled.c
|
||||||
bounce.c
|
bounce.c
|
||||||
|
|
||||||
#if !(CONFIG_KEYPAD == IAUDIO_X5_PAD) || !(CONFIG_KEYPAD == IPOD_3G_PAD)
|
#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD)
|
||||||
wormlet.c
|
wormlet.c
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -2013,6 +2013,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
|
|
||||||
/* Setup screen */
|
/* Setup screen */
|
||||||
do {
|
do {
|
||||||
|
char buf[40];
|
||||||
#if defined MULTIPLAYER && defined REMOTE
|
#if defined MULTIPLAYER && defined REMOTE
|
||||||
char* ptr;
|
char* ptr;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue