diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c index a20a43d3..b6d88ba3 100644 --- a/src/microhttpd/basicauth.c +++ b/src/microhttpd/basicauth.c @@ -45,7 +45,7 @@ */ char * MHD_basic_auth_get_username_password (struct MHD_Connection *connection, - char**password) + char **password) { const char *header; char *decode;