fix obvious bugs

This commit is contained in:
Axel Kohlmeyer 2020-09-22 05:34:29 -04:00
parent b876f451f8
commit 1eebdcbd03
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ void ProcessPosFile01(int num_posfiles,char *posnames[],struct Sys *sysinfo,FILE
} /* end while over LINES*/
close(PosFile);
fclose(PosFile);
} /* end for loop over POS FILES */

View File

@ -147,7 +147,7 @@ fprintf(stderr,"HERE 1\n");
} /* end while over LINES*/
close(PosFile);
fclose(PosFile);
} /* end for loop over POS FILES */