Изменил(а) на 'du7/snake.c'
This commit is contained in:
parent
f2d66099c2
commit
aece5cd593
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user