This commit is contained in:
Maryna Kravtsova 2020-11-05 15:24:44 +01:00
parent a957a8266f
commit a07d0dd1df

View File

@ -69,6 +69,7 @@ struct car* clear_train(struct car* first, const char* target) {
first = NULL;
first = prev->next;
free(prev);
return first;
}
x = strcmp(prev->next->value, target);