summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_parse.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-03 16:35:20 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-03 16:35:20 +0100
commit97fb6b0091ca089b997febf691be2038223a8d21 (patch)
tree58b5a28660c007ea2716aed30de0fffaccfea928 /src/bank-lib/bank_api_parse.c
parent9abee82d3c9688549d50ec87153f6f3c1f973565 (diff)
downloadexchange-97fb6b0091ca089b997febf691be2038223a8d21.tar.gz
exchange-97fb6b0091ca089b997febf691be2038223a8d21.tar.bz2
exchange-97fb6b0091ca089b997febf691be2038223a8d21.zip
fixing memory leak, comments, renaming callback type to make it more concise
Diffstat (limited to 'src/bank-lib/bank_api_parse.c')
-rw-r--r--src/bank-lib/bank_api_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_parse.c b/src/bank-lib/bank_api_parse.c
index 8a50f5af3..b09e5af35 100644
--- a/src/bank-lib/bank_api_parse.c
+++ b/src/bank-lib/bank_api_parse.c
@@ -123,7 +123,7 @@ TALER_BANK_auth_parse_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg,
/**
- * Free memory inside of @a auth (but not auth itself).
+ * Free memory inside of @a auth (but not @a auth itself).
* Dual to #TALER_BANK_auth_parse_cfg().
*
* @param[in] auth authentication data to free