From: Christian Heller Date: Tue, 25 Mar 2014 23:46:05 +0000 (+0100) Subject: Fix comment text. X-Git-Tag: tce~803 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=e1cdb7bd32c3622659a56a2ecc5c883fda0c92b7;p=plomrogue Fix comment text. --- 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);