aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/basicauthentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/basicauthentication.c')
-rw-r--r--doc/examples/basicauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/basicauthentication.c b/doc/examples/basicauthentication.c
index 81a59ac0..407738be 100644
--- a/doc/examples/basicauthentication.c
+++ b/doc/examples/basicauthentication.c
@@ -76,7 +76,7 @@ main ()
76 if (NULL == daemon) 76 if (NULL == daemon)
77 return 1; 77 return 1;
78 78
79 getchar (); 79 (void) getchar ();
80 80
81 MHD_stop_daemon (daemon); 81 MHD_stop_daemon (daemon);
82 return 0; 82 return 0;