gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/05: tests and examples: fixed copy-paste errors in do


From: gnunet
Subject: [libmicrohttpd] 05/05: tests and examples: fixed copy-paste errors in doxy
Date: Sun, 21 Nov 2021 13:44:32 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 2a412f8887e0efb126e1d07b1896a8287a0af502
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Nov 17 15:15:11 2021 +0300

    tests and examples: fixed copy-paste errors in doxy
---
 src/examples/upgrade_example.c      | 1 -
 src/microhttpd/test_upgrade.c       | 1 -
 src/microhttpd/test_upgrade_large.c | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/examples/upgrade_example.c b/src/examples/upgrade_example.c
index 93a2a72c..08c718d0 100644
--- 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
index 316405ec..111c6a79 100644
--- 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
index dedc08bb..3393a749 100644
--- 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)

-- 
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]