This commit is contained in:
Maryna Kravtsova 2020-11-03 21:19:48 +01:00
parent 4c61a14372
commit e943365759

View File

@ -85,7 +85,7 @@ struct car* clear_train(struct car* first, const char* target) {
if(x == 0){
return NULL;
}
this = this->next
this = this->next;
}
/*int x = strcmp(this->value, target);
if(x == 0){