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