diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/json/json_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c index aea19ac3d..fec637bde 100644 --- a/src/json/json_helper.c +++ b/src/json/json_helper.c @@ -152,8 +152,8 @@ TALER_JSON_spec_amount (const char *name, */ static int parse_amount_nbo (void *cls, - json_t *root, - struct GNUNET_JSON_Specification *spec) + json_t *root, + struct GNUNET_JSON_Specification *spec) { struct TALER_AmountNBO *r_amount = spec->ptr; struct TALER_Amount amount; |