This commit is contained in:
Maryna Kravtsova 2020-11-30 14:17:02 +01:00
parent c90ba22b74
commit 66fd105d99

View File

@ -40,7 +40,7 @@ void test_station(struct station* station){
if(r == NULL){
if(feof(fp) != 0){
printf("End of file\n");
//printf("End of file\n");
break;
}
else{
@ -57,7 +57,7 @@ void test_station(struct station* station){
}
}
fclose(fp);
}
int main(){