summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/snake2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/snake2.c b/apps/plugins/snake2.c
index 8221c98..a726d42 100644
--- a/apps/plugins/snake2.c
+++ b/apps/plugins/snake2.c
@@ -472,7 +472,7 @@ int load_all_levels(void)
void iohiscore(void)
{
int fd;
- unsigned int compare,init=0;
+ unsigned int compare;
/* clear the buffer we're about to load the highscore data into */
rb->memset(phscore, 0, sizeof(phscore));