From e9433657594aa725f4269e8a6314c4485b4769ef Mon Sep 17 00:00:00 2001 From: Maryna Kravtsova Date: Tue, 3 Nov 2020 21:19:48 +0100 Subject: [PATCH] clear --- cv5/a_train.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv5/a_train.c b/cv5/a_train.c index 5834f45..0c49087 100644 --- a/cv5/a_train.c +++ b/cv5/a_train.c @@ -85,7 +85,7 @@ struct car* clear_train(struct car* first, const char* target) { if(x == 0){ return NULL; } - this = this->next + this = this->next; } /*int x = strcmp(this->value, target); if(x == 0){