libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit c622e75b5835dcee9f47eaf7298b1537ae7f0369
parent 53e25ec3e4ad1701c83f035fc8ea6d3ac42696dc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 22 Sep 2016 15:53:50 +0000

-fix comments

Diffstat:
Msrc/microhttpd/mhd_itc.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_itc.c b/src/microhttpd/mhd_itc.c @@ -19,9 +19,10 @@ */ /** - * @file microhttpd/mhd_sockets.c + * @file microhttpd/mhd_itc.c * @brief Implementation of inter-thread communication functions * @author Karlson2k (Evgeny Grin) + * @author Christian Grothoff */ #include "mhd_itc.h"