mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Updated .gitattributes, normalized line ending in source file
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
*.m4 eol=lf
|
||||
*.sh eol=lf
|
||||
configure.ac eol=lf
|
||||
makefile.am eol=lf
|
||||
.gitattributes eol=lf
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user