1
0

fix warning

This commit is contained in:
dtb 2024-01-19 22:31:13 -07:00
parent 45d571233e
commit c55ceaed1f

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 /* 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. */ * from main. */
#define terminate \ #define terminate \
for(i = 0; i < 2; ++i){ \ for(i = 0; i < 2; ++i){ \