diff --git a/cv4/a_train.c b/cv4/a_train.c index 2ed9c9d..be9d7ee 100755 --- a/cv4/a_train.c +++ b/cv4/a_train.c @@ -50,7 +50,7 @@ struct car* clear_train(struct car* first, const char* target) { }else { return first; } -*/ } + }*/ while( this->next->next != NULL){ if(strcmp(this->next->value, target) == 0){ free(this->next);