From 0d4b68605ce6fcf61e8de013128b90fd75ce6fa8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Sep 2018 07:53:40 +0200 Subject: fixup long line --- docs/examples/http2-pushinmemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/http2-pushinmemory.c b/docs/examples/http2-pushinmemory.c index 70af6c30f..948846f43 100644 --- a/docs/examples/http2-pushinmemory.c +++ b/docs/examples/http2-pushinmemory.c @@ -65,7 +65,7 @@ static int pushindex = 1; static void init_memory(struct Memory *chunk) { - chunk->memory = malloc(1); /* will be grown as needed by the realloc above */ + chunk->memory = malloc(1); /* grown as needed with realloc */ chunk->size = 0; /* no data at this point */ } -- cgit v1.2.1