From e1cdb7bd32c3622659a56a2ecc5c883fda0c92b7 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 26 Mar 2014 00:46:05 +0100 Subject: [PATCH] Fix comment text. --- src/common/readwrite.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.30.2