From f2d66099c288ab3b43ccc3e6f894956af489bc67 Mon Sep 17 00:00:00 2001 From: Vladyslav Korzun Date: Thu, 20 Apr 2023 06:17:27 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'du7/snake.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du7/snake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du7/snake.c b/du7/snake.c index 0f307bf..41cc120 100644 --- a/du7/snake.c +++ b/du7/snake.c @@ -23,7 +23,7 @@ struct snake* remove_snake(struct snake* snake) { free(current); current = NULL; prev->next = NULL; - + return snake; } }