Изменил(а) на 'cv4/a_train.c'
This commit is contained in:
parent
f36ccea4fd
commit
61bb5a0a4d
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user