17%
This commit is contained in:
parent
d163406e2e
commit
d94925e6ed
@ -19,7 +19,7 @@ struct car* add_car(struct car* first,const char* target) {
|
||||
if(this==NULL){
|
||||
return newcar;
|
||||
}
|
||||
else(this->!=NULL){
|
||||
else(this->next!=NULL){
|
||||
this=this->next;
|
||||
this->next = newcar;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user