commit 0d0293634dcb324185e24496c7c5bd925bfd55e3
parent df28a7eadb8d0ce452bc2681a5204e61e03e6794
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 20 May 2025 14:19:16 +0200
-fix compiler warning from typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-get-statistics-amount-SLUG.c b/src/backend/taler-merchant-httpd_private-get-statistics-amount-SLUG.c
@@ -84,7 +84,7 @@ amount_by_bucket (void *cls,
if (NULL == json_object_get (root,
"buckets_description"))
{
- GNUNET_assert (NULL ==
+ GNUNET_assert (0 ==
json_object_set_new (root,
"buckets_description",
json_string (description)));