diff --git a/du6/a_station.c b/du6/a_station.c index 885f50b..bff0be8 100644 --- a/du6/a_station.c +++ b/du6/a_station.c @@ -26,8 +26,6 @@ void destroy_station(struct station* station) free(tempTrack); } } - - } int select_track(struct station* station, const char* target){