From 5f77812125b4688bfd721f9a89db610bcaa98049 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 28 Jan 2024 23:36:40 +0100 Subject: [PATCH] Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7 --- doc/examples/responseheaders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c index cddcaa66..fd8807d8 100644 --- a/doc/examples/responseheaders.c +++ b/doc/examples/responseheaders.c @@ -72,7 +72,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection, MIMETYPE)) { fprintf (stderr, - "Failed to set content encoding type!\n"); + "Failed to set content type header!\n"); /* return response without content encoding anyway ... */ } ret = MHD_queue_response (connection,