chyba mi ;

This commit is contained in:
Kamil Gejdoš 2026-04-14 15:44:50 +00:00
parent 2b4de3b562
commit 2f6a0b9a09

View File

@ -44,7 +44,7 @@ void free_snake(struct snake* sn){
clanok = sn;//nacitam aktualny clanok
sn = sn -> next;//posuniem sa o clanok
free(clanok);//vycistim staru ulozenu poziciu
} while (sn -> next != NULL)
} while (sn -> next != NULL);
}