aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example_dirs.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/fileserver_example_dirs.c
parentf710701c8241822b0869ba5feb95f33e61527efa (diff)
downloadlibmicrohttpd-2ff4a9d580afb3cb03a189e18755b6a4938cc697.tar.gz
libmicrohttpd-2ff4a9d580afb3cb03a189e18755b6a4938cc697.zip
voidcasts
Diffstat (limited to 'src/examples/fileserver_example_dirs.c')
-rw-r--r--src/examples/fileserver_example_dirs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/fileserver_example_dirs.c b/src/examples/fileserver_example_dirs.c
index 30749fee..f3e51b51 100644
--- a/src/examples/fileserver_example_dirs.c
+++ b/src/examples/fileserver_example_dirs.c
@@ -166,7 +166,7 @@ main (int argc, char *const *argv)
166 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); 166 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
167 if (d == NULL) 167 if (d == NULL)
168 return 1; 168 return 1;
169 getc (stdin); 169 (void) getc (stdin);
170 MHD_stop_daemon (d); 170 MHD_stop_daemon (d);
171 return 0; 171 return 0;
172} 172}