From 63fdb091c85ee4dc9307f7dde53564c257e2182b Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 8 Jun 2019 15:06:30 +0300 Subject: [PATCH] Updated .gitattributes, normalized line ending in source file --- .gitattributes | 1 + src/microhttpd/test_daemon.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cb45bd1f..f152eb27 100644 --- 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 index e3b72bcd..af59b86d 100644 --- 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;