gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 60/154: doxygen fix.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 60/154: doxygen fix.
Date: Mon, 19 Aug 2019 10:16:12 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 1b013c78a695cee32135ec5ec93dff959bf8f8f6
Author: ng0 <address@hidden>
AuthorDate: Tue Jul 23 17:03:53 2019 +0000

    doxygen fix.
---
 src/microhttpd/mhd_send.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 3af0eb64..7991830c 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -49,7 +49,7 @@
  *         header (provided in full as the buffer to #MHD_send_on_connection_ 
or as
  *         the header to #MHD_send_on_connection2_).
  * @return sum of the number of bytes sent from both buffers or
-           -1 on error
+ *         -1 on error
  */
 ssize_t
 MHD_send_on_connection_ (struct MHD_Connection *connection,
@@ -318,7 +318,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
  * @param buffer content of the buffer to send
  * @param buffer_size the size of the buffer (in bytes)
  * @return sum of the number of bytes sent from both buffers or
-           -1 on error
+ *         -1 on error
  */
 ssize_t
 MHD_send_on_connection2_ (struct MHD_Connection *connection,

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



reply via email to

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