1
0
Fork 0
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:
Zakk Roberts 2006-03-13 04:08:11 +00:00
parent 27be070cb1
commit d91af84e43
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ plasma.c
bejeweled.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
#endif

View file

@ -2013,6 +2013,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
/* Setup screen */
do {
char buf[40];
#if defined MULTIPLAYER && defined REMOTE
char* ptr;
#endif