zatvorka navyse
This commit is contained in:
parent
cf360c5edf
commit
c849f88190
@ -50,7 +50,7 @@ struct car* clear_train(struct car* first, const char* target) {
|
|||||||
}else {
|
}else {
|
||||||
return first;
|
return first;
|
||||||
}
|
}
|
||||||
*/ }
|
}*/
|
||||||
while( this->next->next != NULL){
|
while( this->next->next != NULL){
|
||||||
if(strcmp(this->next->value, target) == 0){
|
if(strcmp(this->next->value, target) == 0){
|
||||||
free(this->next);
|
free(this->next);
|
||||||
|
Loading…
Reference in New Issue
Block a user