diff options
Diffstat (limited to 'doc/examples/basicauthentication.c')
-rw-r--r-- | doc/examples/basicauthentication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/basicauthentication.c b/doc/examples/basicauthentication.c index 5d156f04..fffc728f 100644 --- a/doc/examples/basicauthentication.c +++ b/doc/examples/basicauthentication.c | |||
@@ -26,7 +26,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection, | |||
26 | char *user; | 26 | char *user; |
27 | char *pass; | 27 | char *pass; |
28 | int fail; | 28 | int fail; |
29 | int ret; | 29 | enum MHD_Result ret; |
30 | struct MHD_Response *response; | 30 | struct MHD_Response *response; |
31 | (void) cls; /* Unused. Silent compiler warning. */ | 31 | (void) cls; /* Unused. Silent compiler warning. */ |
32 | (void) url; /* Unused. Silent compiler warning. */ | 32 | (void) url; /* Unused. Silent compiler warning. */ |