X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Freadwrite.h;h=5832a768a5f0659c9e9d9c67ea6d744e191b5596;hb=9d922bc26c70f5e40b049bc64cfaac363897d4b6;hp=bcdf10eb20632caada30e8ee02fb35cd586ee8cf;hpb=918a7b6c22411b67f5c5aa2aa4d1c166ad765aca;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);