summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_delete_account.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:42 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:42 +0200
commitb5cd1d1102e0c3e88604d5ba9d39090ddebc8b58 (patch)
tree0c6ed463fb712c0d75665d825f47eef1fb7e8476 /src/lib/merchant_api_delete_account.c
parent85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 (diff)
downloadmerchant-b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58.tar.gz
merchant-b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58.tar.bz2
merchant-b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58.zip
-remove _tuple suffix
Diffstat (limited to 'src/lib/merchant_api_delete_account.c')
-rw-r--r--src/lib/merchant_api_delete_account.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/merchant_api_delete_account.c b/src/lib/merchant_api_delete_account.c
index e47833b7..42d8bc5d 100644
--- a/src/lib/merchant_api_delete_account.c
+++ b/src/lib/merchant_api_delete_account.c
@@ -74,8 +74,8 @@ struct TALER_MERCHANT_AccountDeleteHandle
*/
static void
handle_delete_account_finished (void *cls,
- long response_code,
- const void *response)
+ long response_code,
+ const void *response)
{
struct TALER_MERCHANT_AccountDeleteHandle *adh = cls;
const json_t *json = response;