aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-27 20:31:33 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-27 20:31:33 +0300
commitd41ebab244ebaca46b30d1fd2510c4e730c4fea3 (patch)
tree0717ef207b35b45c6a435e303cc4bca3af7c33d7
parent63b63330fbe75873dce0e4e820da75de295ffd51 (diff)
downloadlibmicrohttpd-d41ebab244ebaca46b30d1fd2510c4e730c4fea3.tar.gz
libmicrohttpd-d41ebab244ebaca46b30d1fd2510c4e730c4fea3.zip
Fixed code style in basicauth.c
-rw-r--r--src/microhttpd/basicauth.c2
1 files changed, 1 insertions, 1 deletions
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 @@
45 */ 45 */
46char * 46char *
47MHD_basic_auth_get_username_password (struct MHD_Connection *connection, 47MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
48 char**password) 48 char **password)
49{ 49{
50 const char *header; 50 const char *header;
51 char *decode; 51 char *decode;