X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Freadwrite.h;h=5832a768a5f0659c9e9d9c67ea6d744e191b5596;hb=6f9c0f49233065ed1ce0bae8862902e3cead639e;hp=bcdf10eb20632caada30e8ee02fb35cd586ee8cf;hpb=ec5c4edd169be8fe8c778cabdfc7ada665629ffd;p=plomrogue diff --git a/src/readwrite.h b/src/readwrite.h index bcdf10e..5832a76 100644 --- a/src/readwrite.h +++ b/src/readwrite.h @@ -53,8 +53,8 @@ extern uint8_t textfile_sizes(FILE * file, uint16_t * linemax_p, -/* These routines for reading values "x" from / writing values to "file" ensure a - * defined endianness and consistent error codes: return 0 on success and 1 on +/* These routines for reading values "x" from / writing values to "file" ensure + * a defined endianness and consistent error codes: return 0 on success and 1 on * fgetc()/fputc() failure. */ extern uint8_t read_uint8(FILE * file, uint8_t * x);