aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_util.h2
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)