This commit is contained in:
Radovan Kofira 2020-11-05 19:40:57 +01:00
parent cecb28932b
commit 0bfd36a418

View File

@ -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;
}