aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-28 23:36:40 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-28 23:36:40 +0100
commit5f77812125b4688bfd721f9a89db610bcaa98049 (patch)
treec8d44444ac1b447adf25bf15a2edcba2fb0e48f6
parentbc827fcc09ac66b87a6ac052982beda393aeec60 (diff)
downloadlibmicrohttpd-5f77812125b4688bfd721f9a89db610bcaa98049.tar.gz
libmicrohttpd-5f77812125b4688bfd721f9a89db610bcaa98049.zip
Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7
-rw-r--r--doc/examples/responseheaders.c2
1 files changed, 1 insertions, 1 deletions
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,
72 MIMETYPE)) 72 MIMETYPE))
73 { 73 {
74 fprintf (stderr, 74 fprintf (stderr,
75 "Failed to set content encoding type!\n"); 75 "Failed to set content type header!\n");
76 /* return response without content encoding anyway ... */ 76 /* return response without content encoding anyway ... */
77 } 77 }
78 ret = MHD_queue_response (connection, 78 ret = MHD_queue_response (connection,