commit a381964293a16dbe2742dcd15e1b9dbca6009de8
parent bf9e376c20d9baba30c71d5de5699d2133b21119
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 13 Oct 2018 19:13:15 +0200
style fix: always put parens on macros
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange-lib/testing_api_cmd_refresh.c b/src/exchange-lib/testing_api_cmd_refresh.c
@@ -1190,7 +1190,7 @@ refresh_reveal_traits (void *cls,
{
struct RefreshRevealState *rrs = cls;
unsigned int num_coins = rrs->num_fresh_coins;
-#define NUM_TRAITS (num_coins * 3) + 3
+#define NUM_TRAITS ((num_coins * 3) + 3)
struct TALER_TESTING_Trait traits[NUM_TRAITS];
/* Making coin privs traits */