aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8f15498c..f942aa6b 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -738,7 +738,7 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon,
738 * Main function of the thread that handles an individual 738 * Main function of the thread that handles an individual
739 * connection when #MHD_USE_THREAD_PER_CONNECTION is set. 739 * connection when #MHD_USE_THREAD_PER_CONNECTION is set.
740 * 740 *
741 * @param data the 'struct MHD_Connection' this thread will handle 741 * @param data the `struct MHD_Connection` this thread will handle
742 * @return always 0 742 * @return always 0
743 */ 743 */
744static MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_ 744static MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_