summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
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 /apps/plugins/wormlet.c
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
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c1
1 files changed, 1 insertions, 0 deletions
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)
2013 2013
2014 /* Setup screen */ 2014 /* Setup screen */
2015 do { 2015 do {
2016 char buf[40];
2016#if defined MULTIPLAYER && defined REMOTE 2017#if defined MULTIPLAYER && defined REMOTE
2017 char* ptr; 2018 char* ptr;
2018#endif 2019#endif