gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: libmicrohttpd2.h: fi


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: libmicrohttpd2.h: fixed typo
Date: Wed, 09 Aug 2017 20:56:30 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 6fe361f9 libmicrohttpd2.h: fixed typo
6fe361f9 is described below

commit 6fe361f9a840f5232fddcda4ac7bf90c9c9bd1b8
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Aug 9 21:55:48 2017 +0300

    libmicrohttpd2.h: fixed typo
---
 src/include/microhttpd2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 352e54cd..432e88ee 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -1921,7 +1921,7 @@ MHD_connection_get_information_sz (struct MHD_Connection 
*connection,
 #define MHD_connection_get_information(connection,   \
                                        info_type,    \
                                        return_value) \
-        MHD_connection_get_information_sz 
((connection),(info_type),(return_value),sizeof(enum 
MHD_ConnectionInformationType))
+        MHD_connection_get_information_sz 
((connection),(info_type),(return_value),sizeof(union 
MHD_ConnectionInformation))
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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