commit 3a7045bfca00e668bc996da9d46fb5836c03484f parent 999209518d3eb5ddc7c83011253ec1d2bb32b170 Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 18 Jan 2023 14:26:25 +0100 -fix warning Diffstat:
| M | src/exchange/taler-exchange-httpd_kyc-proof.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_kyc-proof.h b/src/exchange/taler-exchange-httpd_kyc-proof.h @@ -43,7 +43,7 @@ TEH_kyc_proof_cleanup (void); MHD_RESULT TEH_handler_kyc_proof ( struct TEH_RequestContext *rc, - const char *const args[3]); + const char *const args[1]); #endif