From d41ebab244ebaca46b30d1fd2510c4e730c4fea3 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 27 Jan 2022 20:31:33 +0300 Subject: [PATCH] Fixed code style in basicauth.c --- src/microhttpd/basicauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;