Fixed code style in basicauth.c

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-01-27 20:31:33 +03:00
parent 63b63330fb
commit d41ebab244
+1 -1
View File
@@ -45,7 +45,7 @@
*/
char *
MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
char**password)
char **password)
{
const char *header;
char *decode;