commit 99646fc65694d4b93831edb7c59b6c0995e6561d parent bea069407126578f9244acb6d48f79c45c00698e Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 22 Aug 2020 15:57:33 +0200 fix signature Diffstat:
| M | src/main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c @@ -1660,7 +1660,7 @@ refund_complete_cb (void *cls, { struct Refund *r = cls; - (void) refund_url; + (void) refund_uri; r->orh = NULL; if (MHD_HTTP_OK != hr->http_status) {