summaryrefslogtreecommitdiff
path: root/apps/recorder/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/wormlet.c')
-rw-r--r--apps/recorder/wormlet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index f1654227ff..d6850dc039 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -64,7 +64,7 @@
64/** 64/**
65 * All the properties that a worm has. 65 * All the properties that a worm has.
66 */ 66 */
67struct worm { 67static struct worm {
68 /* The worm is stored in a ring of xy coordinates */ 68 /* The worm is stored in a ring of xy coordinates */
69 char x[MAX_WORM_SEGMENTS]; 69 char x[MAX_WORM_SEGMENTS];
70 char y[MAX_WORM_SEGMENTS]; 70 char y[MAX_WORM_SEGMENTS];