gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/02: Fixed code style in basicauth.c


From: gnunet
Subject: [libmicrohttpd] 02/02: Fixed code style in basicauth.c
Date: Thu, 27 Jan 2022 18:31:43 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]