main
This commit is contained in:
parent
c90ba22b74
commit
66fd105d99
@ -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(){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user