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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/hellobrowser.c b/doc/examples/hellobrowser.c
index baf049c5..df38e72b 100644
--- a/doc/examples/hellobrowser.c
+++ b/doc/examples/hellobrowser.c
@@ -33,6 +33,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
33 return ret; 33 return ret;
34} 34}
35 35
36
36int 37int
37main () 38main ()
38{ 39{
@@ -43,7 +44,7 @@ main ()
43 if (NULL == daemon) 44 if (NULL == daemon)
44 return 1; 45 return 1;
45 46
46 getchar (); 47 (void) getchar ();
47 48
48 MHD_stop_daemon (daemon); 49 MHD_stop_daemon (daemon);
49 return 0; 50 return 0;