libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d41ebab244ebaca46b30d1fd2510c4e730c4fea3
parent 63b63330fbe75873dce0e4e820da75de295ffd51
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu, 27 Jan 2022 20:31:33 +0300

Fixed code style in basicauth.c

Diffstat:
Msrc/microhttpd/basicauth.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;