summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-03-13 04:08:11 +0000
committerZakk Roberts <midk@rockbox.org>2006-03-13 04:08:11 +0000
commitd91af84e4326b7093fb244e610f4a8fb9ea0df2f (patch)
treec16d423a84f1b4a33a677d55faf918d9aa688930
parent27be070cb10cbadce10e0bba3babb2003f23419b (diff)
downloadrockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.gz
rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.zip
Please let this be the last fix.. please..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9023 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SOURCES2
-rw-r--r--apps/plugins/wormlet.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index fc2664a8de..53533be6ea 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -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
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 23e0651e0c..e105f868e3 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -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