aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gpgme-json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgme-json.c b/src/gpgme-json.c
index 4f8e0afe..f1a857d4 100644
--- a/src/gpgme-json.c
+++ b/src/gpgme-json.c
@@ -714,7 +714,7 @@ leave:
static gpg_error_t
add_signatures_to_object (cjson_t result, gpgme_signature_t signatures)
{
- cjson_t response = xJSON_CreateArray ();
+ cjson_t response = xjson_CreateArray ();
gpg_error_t err = 0;
gpgme_signature_t sig;