[PATCH] fopencookie.3: wsfix
From: Alejandro Colomar <hidden>
Date: 2021-01-24 15:11:52
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-01-24 15:11:52
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Alejandro Colomar <redacted> --- man3/fopencookie.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/fopencookie.3 b/man3/fopencookie.3
index e0aa257a0..35b01493f 100644
--- a/man3/fopencookie.3
+++ b/man3/fopencookie.3@@ -412,7 +412,7 @@ main(int argc, char *argv[]) mycookie.offset = 0; mycookie.endpos = 0; - stream = fopencookie(&mycookie,"w+", memfile_func); + stream = fopencookie(&mycookie, "w+", memfile_func); if (stream == NULL) { perror("fopencookie"); exit(EXIT_FAILURE);
--
2.30.0