diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-03-13 04:08:11 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-03-13 04:08:11 +0000 |
| commit | d91af84e4326b7093fb244e610f4a8fb9ea0df2f (patch) | |
| tree | c16d423a84f1b4a33a677d55faf918d9aa688930 /apps/plugins/wormlet.c | |
| parent | 27be070cb10cbadce10e0bba3babb2003f23419b (diff) | |
| download | rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.zip rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.gz rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.bz2 rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.xz | |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index 23e0651..e105f86 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 |