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++;
|
||||
}
|
||||
|
||||
strcpy(newcar->value, target);
|
||||
struct car* this = first;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user