zly return

This commit is contained in:
Valér Jakubčo 2021-11-04 20:39:35 +01:00
parent 03dce445b6
commit 6355055a5c

View File

@ -61,5 +61,5 @@ struct car* clear_train(struct car* first, const char* target) {
this = this->next; this = this->next;
} }
} }
return this; return first;
} }