X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fcommon%2Freadwrite.h;h=d616a193a31f95f9982ea7242f97e041ee4b9d50;hb=784a54c9ef27aa2bf0754b2761aee06cbbde270e;hp=9affeb855946f0272587f5b0f2268443edf8f306;hpb=0cc6c4ad7e0b01e2a89ced908f410eadf3f22b1f;p=plomrogue diff --git a/src/common/readwrite.h b/src/common/readwrite.h index 9affeb8..d616a19 100644 --- a/src/common/readwrite.h +++ b/src/common/readwrite.h @@ -34,9 +34,7 @@ extern char * try_fgets(char * line, int size, FILE * file, char * f); extern void try_fclose_unlink_rename(FILE * file, char * p1, char * p2, char * f); -/* Return largest line length from "file" the largest line length (including - * newline chars). - */ +/* Return largest line length from "file" (including newline chars). */ extern uint32_t textfile_width(FILE * file);