diff options
author | Florian Dold <florian@dold.me> | 2024-08-27 01:32:11 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-08-27 01:32:11 +0200 |
commit | 4784506a35b31c4f2d44fd6fc96094d2ba05c934 (patch) | |
tree | 5d9db300b673df61d8926ba68a95900deb0dd00b | |
parent | f102bc232ffddc06e807dfa78615f5d94becbc2d (diff) |
fix macrov0.12.1-dev.20
-rw-r--r-- | src/include/taler_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |