clear
This commit is contained in:
parent
4c61a14372
commit
e943365759
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user