aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/responseheaders.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/responseheaders.c')
-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,