Updated .gitattributes, normalized line ending in source file

This commit is contained in:
Evgeny Grin (Karlson2k)
2019-06-09 12:14:18 +03:00
parent c530ee3be4
commit 63fdb091c8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
*.m4 eol=lf
*.sh eol=lf
configure.ac eol=lf
makefile.am eol=lf
.gitattributes eol=lf
+1 -1
View File
@@ -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;