summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
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