commit 9fd5433a2daf4a6e8eab658367312fd37c1994ae parent 3de790c4fc249eb7b1cef6ad37d7c093cb9949fd Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 23 May 2016 17:09:38 +0200 bogus comment Diffstat:
| M | src/backend/taler-merchant-httpd_exchanges.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -316,7 +316,7 @@ return_result (void *cls) */ struct TMH_EXCHANGES_FindOperation * TMH_EXCHANGES_find_exchange (const char *chosen_exchange, - TMH_EXCHANGES_FindContinuation fc, // process payment + TMH_EXCHANGES_FindContinuation fc, void *fc_cls) { struct Exchange *exchange;