commit 2a412f8887e0efb126e1d07b1896a8287a0af502
parent eac16d15db60911ff5d6193f2a8201ff1ae6ff0e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 17 Nov 2021 15:15:11 +0300
tests and examples: fixed copy-paste errors in doxy
Diffstat:
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/examples/upgrade_example.c b/src/examples/upgrade_example.c
@@ -40,7 +40,6 @@
* Change socket to blocking.
*
* @param fd the socket to manipulate
- * @return non-zero if succeeded, zero otherwise
*/
static void
make_blocking (MHD_socket fd)
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
@@ -554,7 +554,6 @@ notify_connection_cb (void *cls,
* Change socket to blocking.
*
* @param fd the socket to manipulate
- * @return non-zero if succeeded, zero otherwise
*/
static void
make_blocking (MHD_socket fd)
diff --git a/src/microhttpd/test_upgrade_large.c b/src/microhttpd/test_upgrade_large.c
@@ -728,7 +728,6 @@ notify_connection_cb (void *cls,
* Change socket to blocking.
*
* @param fd the socket to manipulate
- * @return non-zero if succeeded, zero otherwise
*/
static void
make_blocking (MHD_socket fd)