summaryrefslogtreecommitdiff
path: root/src/include/taler_extensions.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-12-06 16:37:32 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-12-06 16:37:32 +0100
commit7dcd217b60b1a5d64cda357473080970f57aeaab (patch)
treebdfebfcf7eb4b5f06d5cae18da354f2ef94690a3 /src/include/taler_extensions.h
parentf3629bdafc8edbec75be1bdaa232ddfb7eb514b4 (diff)
downloadexchange-7dcd217b60b1a5d64cda357473080970f57aeaab.tar.gz
exchange-7dcd217b60b1a5d64cda357473080970f57aeaab.tar.bz2
exchange-7dcd217b60b1a5d64cda357473080970f57aeaab.zip
-fix balance calculation
Diffstat (limited to 'src/include/taler_extensions.h')
-rw-r--r--src/include/taler_extensions.h5
1 files changed, 3 insertions, 2 deletions
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"