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 59eaf953..7f814ec0 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5094,7 +5094,7 @@ MHD_run (struct MHD_Daemon *daemon)
5094 * @note Available since #MHD_VERSION 0x00097206 5094 * @note Available since #MHD_VERSION 0x00097206
5095 * @ingroup event 5095 * @ingroup event
5096 */ 5096 */
5097enum MHD_Result 5097_MHD_EXTERN enum MHD_Result
5098MHD_run_wait (struct MHD_Daemon *daemon, 5098MHD_run_wait (struct MHD_Daemon *daemon,
5099 int32_t millisec) 5099 int32_t millisec)
5100{ 5100{