diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-07-01 07:08:13 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-07-01 07:08:13 +0200 |
commit | 085e40bc562343221bceb6fc4dc9aba8e32a27e3 (patch) | |
tree | a1fedd984e06ffa685e14dc5b7942d8d5b550c24 /src/exchange/taler-exchange-httpd_purses_create.c | |
parent | 2805018da25b07a36b1ab56e6fc990d72d86d70a (diff) |
-exchange_api_batch_deposit.c compiles
Diffstat (limited to 'src/exchange/taler-exchange-httpd_purses_create.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_purses_create.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_purses_create.c b/src/exchange/taler-exchange-httpd_purses_create.c index b6eea05f..9cabdb1a 100644 --- a/src/exchange/taler-exchange-httpd_purses_create.c +++ b/src/exchange/taler-exchange-httpd_purses_create.c @@ -458,8 +458,8 @@ parse_coin (struct MHD_Connection *connection, MHD_HTTP_INTERNAL_SERVER_ERROR, TALER_EC_GENERIC_FAILED_COMPUTE_AMOUNT, "total deposit contribution")) - ? GNUNET_NO - : GNUNET_SYSERR; + ? GNUNET_NO + : GNUNET_SYSERR; } return GNUNET_OK; } |