1
0
Fork 0

fix warning

This commit is contained in:
dtb 2024-01-19 22:31:13 -07:00
parent 45d571233e
commit c55ceaed1f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ oserr(char *s, char *r){
}
/* Hijacks i and j from main and destructs the files[2] struct used by main by
/* closing its files and freeing its files and names arrays, returning retval
* closing its files and freeing its files and names arrays, returning retval
* from main. */
#define terminate \
for(i = 0; i < 2; ++i){ \