aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/tlsauthentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/tlsauthentication.c')
-rw-r--r--doc/examples/tlsauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tlsauthentication.c b/doc/examples/tlsauthentication.c
index fd58505f..4d616b6f 100644
--- a/doc/examples/tlsauthentication.c
+++ b/doc/examples/tlsauthentication.c
@@ -261,7 +261,7 @@ main ()
261 return 1; 261 return 1;
262 } 262 }
263 263
264 getchar (); 264 (void) getchar ();
265 265
266 MHD_stop_daemon (daemon); 266 MHD_stop_daemon (daemon);
267 free (key_pem); 267 free (key_pem);