diff options
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/read_file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/io/read_file.c b/src/io/read_file.c index e9e4a6a..2ff00a5 100644 --- a/src/io/read_file.c +++ b/src/io/read_file.c @@ -85,7 +85,7 @@ struct filebuf *file_to_filebuf(char *fname, int openOptions) {    }    // braces are needed until we actually use c23 instead of c2x (only c23 allows -  // labels before delcarations) +  // labels before declarations)  sponge: {    FILE *stream = fdopen(fd, "rb");    struct filebuf *res = stream_to_filebuf(stream, openOptions); | 
