aboutsummaryrefslogtreecommitdiff
path: root/src/examples/upgrade_example.c
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 /src/examples/upgrade_example.c
parenteac16d15db60911ff5d6193f2a8201ff1ae6ff0e (diff)
downloadlibmicrohttpd-2a412f8887e0efb126e1d07b1896a8287a0af502.tar.gz
libmicrohttpd-2a412f8887e0efb126e1d07b1896a8287a0af502.zip
tests and examples: fixed copy-paste errors in doxy
Diffstat (limited to 'src/examples/upgrade_example.c')
-rw-r--r--src/examples/upgrade_example.c1
1 files changed, 0 insertions, 1 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)