diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-30 13:31:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-30 13:32:03 +0200 |
commit | d821db366a9d2554c59e6450b352cddacd73b398 (patch) | |
tree | 73793e12119025b604050f7a637c18c17c473125 /src/mhd | |
parent | 05bc00b5f226e6e6695ef00609a02549284c8f55 (diff) |
-fix misc enum confusions and other compiler warnings
Diffstat (limited to 'src/mhd')
-rw-r--r-- | src/mhd/mhd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } { |