From 4784506a35b31c4f2d44fd6fc96094d2ba05c934 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 27 Aug 2024 01:32:11 +0200 Subject: fix macro --- src/include/taler_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/taler_util.h b/src/include/taler_util.h index a74aaa771..5dab47b0b 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -33,7 +33,7 @@ #include "taler_crypto_lib.h" #if MHD_VERSION < 0x00097701 -#define MHD_create_response_from_buffer_static (s,b) \ +#define MHD_create_response_from_buffer_static(s, b) \ MHD_create_response_from_buffer (s, \ (const char *) b, \ MHD_RESPMEM_PERSISTENT) -- cgit v1.2.3