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

This commit is contained in:
Oleksandr Hryshchenko 2021-11-05 01:41:04 +00:00
parent 61bb5a0a4d
commit 17d470750c

View File

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