diff options
Diffstat (limited to 'src/exchange-lib')
| -rw-r--r-- | src/exchange-lib/exchange_api_refresh_link.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_refresh_link.c b/src/exchange-lib/exchange_api_refresh_link.c index 31c27fe9..a1dba993 100644 --- a/src/exchange-lib/exchange_api_refresh_link.c +++ b/src/exchange-lib/exchange_api_refresh_link.c @@ -209,8 +209,10 @@ parse_refresh_link_ok (struct TALER_EXCHANGE_RefreshLinkHandle *rlh,        json_t *jsona;        struct TALER_TransferPublicKeyP trans_pub;        struct GNUNET_JSON_Specification spec[] = { -	GNUNET_JSON_spec_json ("new_coins", &jsona), -	GNUNET_JSON_spec_fixed_auto ("transfer_pub", &trans_pub), +	GNUNET_JSON_spec_json ("new_coins", +                               &jsona), +	GNUNET_JSON_spec_fixed_auto ("transfer_pub", +                                     &trans_pub),  	GNUNET_JSON_spec_end()        };  | 
