summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-proof.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-01-18 14:26:25 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-01-18 14:26:25 +0100
commit3a7045bfca00e668bc996da9d46fb5836c03484f (patch)
tree7faa90bd22218e386b8f283aa35dc2da6f9221e0 /src/exchange/taler-exchange-httpd_kyc-proof.h
parent999209518d3eb5ddc7c83011253ec1d2bb32b170 (diff)
downloadexchange-3a7045bfca00e668bc996da9d46fb5836c03484f.tar.gz
exchange-3a7045bfca00e668bc996da9d46fb5836c03484f.tar.bz2
exchange-3a7045bfca00e668bc996da9d46fb5836c03484f.zip
-fix warning
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-proof.h')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-proof.h b/src/exchange/taler-exchange-httpd_kyc-proof.h
index 98551557b..d40ea90a9 100644
--- 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