summaryrefslogtreecommitdiff
path: root/apps/plugins/snake2.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/snake2.c')
-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 cd4037ae70..54a88b409c 100644
--- a/apps/plugins/snake2.c
+++ b/apps/plugins/snake2.c
@@ -327,7 +327,7 @@ int load_all_levels(void)
327{ 327{
328 int linecnt = 0; 328 int linecnt = 0;
329 int fd; 329 int fd;
330 int size; 330 ssize_t size;
331 char buf[64]; /* Larger than WIDTH, to allow for whitespace after the 331 char buf[64]; /* Larger than WIDTH, to allow for whitespace after the
332 lines */ 332 lines */
333 333