From 7dcd217b60b1a5d64cda357473080970f57aeaab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Dec 2021 16:37:32 +0100 Subject: -fix balance calculation --- src/include/taler_extensions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/taler_extensions.h') diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h index c4e9d1f5a..b02edf682 100644 --- a/src/include/taler_extensions.h +++ b/src/include/taler_extensions.h @@ -46,8 +46,9 @@ enum TALER_EXTENSION_ReturnValue * The default age mask represents the age groups * 0-7, 8-9, 10-11, 12-13, 14-15, 16-17, 18-20, 21-... */ -#define TALER_EXTENSION_DEFAULT_AGE_MASK (1 | 1 << 8 | 1 << 10 | 1 << 12 | 1 << \ - 14 | 1 << 16 | 1 << 18 | 1 << 21) +#define TALER_EXTENSION_DEFAULT_AGE_MASK (1 | 1 << 8 | 1 << 10 | 1 << 12 | 1 \ + << 14 | 1 << 16 | 1 << 18 | 1 \ + << 21) /** * @param groups String representation of age groups, like: "8:10:12:14:16:18:21" -- cgit v1.2.3