gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/08: Updated .gitattributes, normalized l


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/08: Updated .gitattributes, normalized line ending in source file
Date: Sun, 09 Jun 2019 11:15:43 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 63fdb091c85ee4dc9307f7dde53564c257e2182b
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sat Jun 8 15:06:30 2019 +0300

    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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]