aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_daemon.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-08 15:06:30 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 12:14:18 +0300
commit63fdb091c85ee4dc9307f7dde53564c257e2182b (patch)
treea6db0730fee234ce92f24f50eae064862cbebfbf /src/microhttpd/test_daemon.c
parentc530ee3be4b590f5423840f34f44de2f199319bb (diff)
downloadlibmicrohttpd-63fdb091c85ee4dc9307f7dde53564c257e2182b.tar.gz
libmicrohttpd-63fdb091c85ee4dc9307f7dde53564c257e2182b.zip
Updated .gitattributes, normalized line ending in source file
Diffstat (limited to 'src/microhttpd/test_daemon.c')
-rw-r--r--src/microhttpd/test_daemon.c2
1 files changed, 1 insertions, 1 deletions
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 ()
43 d = MHD_start_daemon (MHD_USE_ERROR_LOG, 0, NULL, NULL, NULL, NULL); 43 d = MHD_start_daemon (MHD_USE_ERROR_LOG, 0, NULL, NULL, NULL, NULL);
44 if (NULL != d) 44 if (NULL != d)
45 { 45 {
46 MHD_stop_daemon (d); 46 MHD_stop_daemon (d);
47 fprintf (stderr, 47 fprintf (stderr,
48 "Succeeded to start without MHD_AccessHandlerCallback?\n"); 48 "Succeeded to start without MHD_AccessHandlerCallback?\n");
49 return 1; 49 return 1;