Kaynağa Gözat

Updated .gitattributes, normalized line ending in source file

Evgeny Grin (Karlson2k) 6 yıl önce
ebeveyn
işleme
63fdb091c8
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 0
      .gitattributes
  2. 1 1
      src/microhttpd/test_daemon.c

+ 1 - 0
.gitattributes

@@ -1,4 +1,5 @@
 *.m4	eol=lf
+*.sh	eol=lf
 configure.ac	eol=lf
 makefile.am	eol=lf
 .gitattributes	eol=lf

+ 1 - 1
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;