diff options
| author | Christian Grothoff <christian@grothoff.org> | 2018-10-13 19:13:15 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2018-10-13 19:13:15 +0200 |
| commit | a381964293a16dbe2742dcd15e1b9dbca6009de8 (patch) | |
| tree | 8fac90dea76fcae775d4119aa145925c66b99392 | |
| parent | bf9e376c20d9baba30c71d5de5699d2133b21119 (diff) | |
style fix: always put parens on macros
| -rw-r--r-- | src/exchange-lib/testing_api_cmd_refresh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_cmd_refresh.c b/src/exchange-lib/testing_api_cmd_refresh.c index 43c42a17..982b4d29 100644 --- 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 */ |
