diff options
Diffstat (limited to 'doc/examples/simplepost.c')
-rw-r--r-- | doc/examples/simplepost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c index 11c8af54..c623cba2 100644 --- a/doc/examples/simplepost.c +++ b/doc/examples/simplepost.c | |||
@@ -185,7 +185,7 @@ main () | |||
185 | if (NULL == daemon) | 185 | if (NULL == daemon) |
186 | return 1; | 186 | return 1; |
187 | 187 | ||
188 | getchar (); | 188 | (void) getchar (); |
189 | 189 | ||
190 | MHD_stop_daemon (daemon); | 190 | MHD_stop_daemon (daemon); |
191 | 191 | ||