summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-01 18:38:21 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-01 18:38:21 +0200
commit78031b2711991c5ff08adbddf070277f5891d954 (patch)
treec9bf6c597abd5327e3b244883bcf4deb81aaddfa /src/lib/exchange_api_deposit.c
parent4583ce4ef3e72edf001fac3ba3290dfc547dd785 (diff)
downloadexchange-78031b2711991c5ff08adbddf070277f5891d954.tar.gz
exchange-78031b2711991c5ff08adbddf070277f5891d954.tar.bz2
exchange-78031b2711991c5ff08adbddf070277f5891d954.zip
more error codes
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r--src/lib/exchange_api_deposit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index 3c06bbe39..5f3749931 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -550,11 +550,11 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange,
char pub_str[sizeof (struct TALER_CoinSpendPublicKeyP) * 2];
char *end;
- end = GNUNET_STRINGS_data_to_string (coin_pub,
- sizeof (struct
- TALER_CoinSpendPublicKeyP),
- pub_str,
- sizeof (pub_str));
+ end = GNUNET_STRINGS_data_to_string (
+ coin_pub,
+ sizeof (struct TALER_CoinSpendPublicKeyP),
+ pub_str,
+ sizeof (pub_str));
*end = '\0';
GNUNET_snprintf (arg_str,
sizeof (arg_str),