diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-27 15:22:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-27 15:22:34 +0100 |
commit | 610b7b62c09cb19410dc283f0629e4b24c343b57 (patch) | |
tree | 0a4eb15460fbc5904dd77cc08adeb4d66b8cfdd0 /src/mint/taler-mint-httpd_responses.c | |
parent | bda9e3ad94b4ede04ed3886dd8097b35a868eef5 (diff) |
towards making code compile again
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index bad71ac06..12d4bced7 100644 --- a/src/mint/taler-mint-httpd_responses.c +++ b/src/mint/taler-mint-httpd_responses.c @@ -394,7 +394,7 @@ TALER_MINT_reply_refresh_commit_success (struct MHD_Connection *connection, int TALER_MINT_reply_refresh_reveal_success (struct MHD_Connection *connection, unsigned int num_newcoins, - const struct GNUNET_CRYPTO_rsa_Signature **sigs) + struct GNUNET_CRYPTO_rsa_Signature **sigs) { int newcoin_index; json_t *root; |