Изменил(а) на 'du7/snake.c'

This commit is contained in:
Vladyslav Korzun 2023-04-20 06:17:27 +00:00
parent 3c3f421d33
commit f2d66099c2

View File

@ -23,7 +23,7 @@ struct snake* remove_snake(struct snake* snake) {
free(current);
current = NULL;
prev->next = NULL;
return snake;
}
}