exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4784506a35b31c4f2d44fd6fc96094d2ba05c934
parent f102bc232ffddc06e807dfa78615f5d94becbc2d
Author: Florian Dold <florian@dold.me>
Date:   Tue, 27 Aug 2024 01:32:11 +0200

fix macro

Diffstat:
Msrc/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 @@ -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)