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