diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-18 22:25:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-18 22:25:29 +0100 |
commit | 53e679c954040e85a996b12b7b4fb7af61ce1b28 (patch) | |
tree | 086d4853ea71e964819b07d3b2cc6b739e1369bd /src/lib/exchange_api_handle.c | |
parent | dbf84c5121543754d10d04be6182da0603754e32 (diff) |
fix comment (#8106)
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 4cc93f144..c79694603 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -723,7 +723,7 @@ parse_global_fee (struct TALER_EXCHANGE_GlobalFee *gf, * @param denom1 first denomination key * @param denom2 second denomination key * @return 0 if the two keys are equal (not necessarily - * the same object), 1 otherwise. + * the same object), non-zero otherwise. */ static unsigned int denoms_cmp (const struct TALER_EXCHANGE_DenomPublicKey *denom1, |