diff options
Diffstat (limited to 'strbuf.c')
-rw-r--r-- | strbuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -357,7 +357,6 @@ int strbuf_getwholeline(struct strbuf *sb, FILE *fp, int term) { int ch; - strbuf_grow(sb, 0); if (feof(fp)) return EOF; |