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

This commit is contained in:
Vladyslav Korzun 2023-04-20 06:19:37 +00:00
parent f2d66099c2
commit aece5cd593

View File

@ -25,7 +25,6 @@ struct snake* remove_snake(struct snake* snake) {
prev->next = NULL; prev->next = NULL;
return snake; return snake;
} }
}
void free_snake(struct snake* sn) { void free_snake(struct snake* sn) {