Изменил(а) на 'cv4/a_train.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-11-05 01:40:25 +00:00
parent f36ccea4fd
commit 61bb5a0a4d

View File

@ -63,7 +63,7 @@ struct car* clear_train(struct car* first, const char* target){
free(temp);
temp = next;
if(!first)
first = temp;
*first = temp;
}
return first;