aboutsummaryrefslogtreecommitdiff
path: root/src/examples/minimal_example.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-13 08:51:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-13 08:51:33 +0000
commit2ff4a9d580afb3cb03a189e18755b6a4938cc697 (patch)
tree992d772d1dd64fd48a63a2cfae08e1753decda05 /src/examples/minimal_example.c
parentf710701c8241822b0869ba5feb95f33e61527efa (diff)
downloadlibmicrohttpd-2ff4a9d580afb3cb03a189e18755b6a4938cc697.tar.gz
libmicrohttpd-2ff4a9d580afb3cb03a189e18755b6a4938cc697.zip
voidcasts
Diffstat (limited to 'src/examples/minimal_example.c')
-rw-r--r--src/examples/minimal_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/minimal_example.c b/src/examples/minimal_example.c
index abc12772..8170419c 100644
--- a/src/examples/minimal_example.c
+++ b/src/examples/minimal_example.c
@@ -71,7 +71,7 @@ main (int argc, char *const *argv)
71 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); 71 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
72 if (d == NULL) 72 if (d == NULL)
73 return 1; 73 return 1;
74 getc (stdin); 74 (void) getc (stdin);
75 MHD_stop_daemon (d); 75 MHD_stop_daemon (d);
76 return 0; 76 return 0;
77} 77}