15%
This commit is contained in:
parent
cecb28932b
commit
0bfd36a418
@ -23,9 +23,7 @@ struct car* add_car(struct car* first,const char* target) {
|
|||||||
}
|
}
|
||||||
length++;
|
length++;
|
||||||
}
|
}
|
||||||
|
|
||||||
strcpy(newcar->value, target);
|
strcpy(newcar->value, target);
|
||||||
struct car* this = first;
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user