exchange

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

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:
Msrc/exchange-lib/testing_api_cmd_refresh.c | 2+-
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 */