aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-11-17 15:15:11 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-11-21 15:43:19 +0300
commit2a412f8887e0efb126e1d07b1896a8287a0af502 (patch)
treea444478d67191613b8710e516f80d94d700f778d
parenteac16d15db60911ff5d6193f2a8201ff1ae6ff0e (diff)
downloadlibmicrohttpd-2a412f8887e0efb126e1d07b1896a8287a0af502.tar.gz
libmicrohttpd-2a412f8887e0efb126e1d07b1896a8287a0af502.zip
tests and examples: fixed copy-paste errors in doxy
-rw-r--r--src/examples/upgrade_example.c1
-rw-r--r--src/microhttpd/test_upgrade.c1
-rw-r--r--src/microhttpd/test_upgrade_large.c1
3 files changed, 0 insertions, 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 @@
40 * Change socket to blocking. 40 * Change socket to blocking.
41 * 41 *
42 * @param fd the socket to manipulate 42 * @param fd the socket to manipulate
43 * @return non-zero if succeeded, zero otherwise
44 */ 43 */
45static void 44static void
46make_blocking (MHD_socket fd) 45make_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,
554 * Change socket to blocking. 554 * Change socket to blocking.
555 * 555 *
556 * @param fd the socket to manipulate 556 * @param fd the socket to manipulate
557 * @return non-zero if succeeded, zero otherwise
558 */ 557 */
559static void 558static void
560make_blocking (MHD_socket fd) 559make_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,
728 * Change socket to blocking. 728 * Change socket to blocking.
729 * 729 *
730 * @param fd the socket to manipulate 730 * @param fd the socket to manipulate
731 * @return non-zero if succeeded, zero otherwise
732 */ 731 */
733static void 732static void
734make_blocking (MHD_socket fd) 733make_blocking (MHD_socket fd)