diff --git a/cv5/a_train.c b/cv5/a_train.c index 23fe54c..4f82085 100644 --- a/cv5/a_train.c +++ b/cv5/a_train.c @@ -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; }