summaryrefslogtreecommitdiff
path: root/src/json/test_json.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-02 14:55:15 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-02 14:55:15 +0200
commitcb686975edec9812f3cc8fb208e61bd5afcf0594 (patch)
tree2a86cfa08bd931e9ce7fc0f044eaa37a7616ecbe /src/json/test_json.c
parent25fd6dc25ada684cb52fb680d25d7810d85893fa (diff)
downloadexchange-cb686975edec9812f3cc8fb208e61bd5afcf0594.tar.gz
exchange-cb686975edec9812f3cc8fb208e61bd5afcf0594.tar.bz2
exchange-cb686975edec9812f3cc8fb208e61bd5afcf0594.zip
fix leak
Diffstat (limited to 'src/json/test_json.c')
-rw-r--r--src/json/test_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/test_json.c b/src/json/test_json.c
index 83509f8f4..066ba4e73 100644
--- a/src/json/test_json.c
+++ b/src/json/test_json.c
@@ -87,7 +87,7 @@ path_cb (void *cls,
static int
-test_contract ()
+test_contract (void)
{
struct GNUNET_HashCode h1;
struct GNUNET_HashCode h2;