From 12809b28ec6fb7a9b5a846faa9c652f7c3fd63e1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Mar 2022 14:16:19 +0100 Subject: -misc fixes --- src/util/amount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/amount.c') diff --git a/src/util/amount.c b/src/util/amount.c index 3ce8c0711..43116af85 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -262,8 +262,8 @@ TALER_amount_is_currency (const struct TALER_Amount *amount, return GNUNET_SYSERR; return (0 == strcasecmp (currency, amount->currency)) - ? GNUNET_OK - : GNUNET_NO; + ? GNUNET_OK + : GNUNET_NO; } -- cgit v1.2.3