aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/hellobrowser.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/hellobrowser.c')
-rw-r--r--doc/examples/hellobrowser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/hellobrowser.c b/doc/examples/hellobrowser.c
index defb5ae4..ec4ede78 100644
--- a/doc/examples/hellobrowser.c
+++ b/doc/examples/hellobrowser.c
@@ -14,7 +14,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
14 const char *page = "<html><body>Hello, browser!</body></html>"; 14 const char *page = "<html><body>Hello, browser!</body></html>";
15 struct MHD_Response *response; 15 struct MHD_Response *response;
16 int ret; 16 int ret;
17 17
18 response = 18 response =
19 MHD_create_response_from_buffer (strlen (page), (void *) page, 19 MHD_create_response_from_buffer (strlen (page), (void *) page,
20 MHD_RESPMEM_PERSISTENT); 20 MHD_RESPMEM_PERSISTENT);