Изменил(а) на 'cv4/a_train.c'
This commit is contained in:
parent
61bb5a0a4d
commit
17d470750c
@ -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