From d821db366a9d2554c59e6450b352cddacd73b398 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Jul 2021 13:31:58 +0200 Subject: -fix misc enum confusions and other compiler warnings --- src/mhd/mhd_responses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mhd') diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c index befd56317..6b96de55d 100644 --- a/src/mhd/mhd_responses.c +++ b/src/mhd/mhd_responses.c @@ -323,7 +323,7 @@ TALER_MHD_make_json_pack (const char *fmt, fmt, jerror.text); GNUNET_break (0); - return MHD_NO; + return NULL; } { -- cgit v1.2.3