mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-fix tests for libmagic (and uncrustify indentation)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user