-fix tests for libmagic (and uncrustify indentation)

This commit is contained in:
Christian Grothoff
2021-12-08 14:11:31 +01:00
parent 43938f8d41
commit dbe1d76d9c
33 changed files with 531 additions and 530 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ query_session_ahc (void *cls, struct MHD_Connection *connection,
if (NULL == *ptr)
{
*ptr = (void*) &query_session_ahc;
*ptr = (void *) &query_session_ahc;
return MHD_YES;
}