aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/simplepost.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/simplepost.c')
-rw-r--r--doc/examples/simplepost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index 51cf23c0..0faa0948 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.c
@@ -192,7 +192,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
192 192
193 193
194int 194int
195main () 195main (void)
196{ 196{
197 struct MHD_Daemon *daemon; 197 struct MHD_Daemon *daemon;
198 198