libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 1b013c78a695cee32135ec5ec93dff959bf8f8f6
parent 1cc593e3527f5c1b2467234e64d0f136b1aa47bc
Author: ng0 <ng0@n0.is>
Date:   Tue, 23 Jul 2019 17:03:53 +0000

doxygen fix.

Diffstat:
Msrc/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 @@ -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,