diff options
Diffstat (limited to 'doc/examples/largepost.c')
-rw-r--r-- | doc/examples/largepost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c index 64d1e3f9..0b9de2d5 100644 --- a/doc/examples/largepost.c +++ b/doc/examples/largepost.c | |||
@@ -236,7 +236,7 @@ main () | |||
236 | NULL, MHD_OPTION_END); | 236 | NULL, MHD_OPTION_END); |
237 | if (NULL == daemon) | 237 | if (NULL == daemon) |
238 | return 1; | 238 | return 1; |
239 | getchar (); | 239 | (void) getchar (); |
240 | MHD_stop_daemon (daemon); | 240 | MHD_stop_daemon (daemon); |
241 | return 0; | 241 | return 0; |
242 | } | 242 | } |