From 238cc211eaf38936be6088fbb9e14afaae2b604a Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Thu, 25 Nov 2021 22:59:49 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'cv7/a=5Fstation.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv7/a_station.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv7/a_station.c b/cv7/a_station.c index 6bf7439..806df17 100644 --- a/cv7/a_station.c +++ b/cv7/a_station.c @@ -43,7 +43,7 @@ void add_target_capacity(struct station* station,const char* target, int capacit uniqueCar->next = NULL; } uniqueCar->capacity += capacity; - station->tracks[myTrack] = uniqueCar; + station->tracks[myTrack] = uniqueCar; } int get_target_capacity(struct station* station,const char* target){