libmicrohttpd

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

commit 63fdb091c85ee4dc9307f7dde53564c257e2182b
parent c530ee3be4b590f5423840f34f44de2f199319bb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat,  8 Jun 2019 15:06:30 +0300

Updated .gitattributes, normalized line ending in source file

Diffstat:
M.gitattributes | 1+
Msrc/microhttpd/test_daemon.c | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes @@ -1,4 +1,5 @@ *.m4 eol=lf +*.sh eol=lf configure.ac eol=lf makefile.am eol=lf .gitattributes eol=lf diff --git a/src/microhttpd/test_daemon.c b/src/microhttpd/test_daemon.c @@ -43,7 +43,7 @@ testStartError () d = MHD_start_daemon (MHD_USE_ERROR_LOG, 0, NULL, NULL, NULL, NULL); if (NULL != d) { - MHD_stop_daemon (d); + MHD_stop_daemon (d); fprintf (stderr, "Succeeded to start without MHD_AccessHandlerCallback?\n"); return 1;