summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index 9c1ac49..1b11ab5 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -184,7 +184,7 @@ int webfinger_get_handler(d_char *req, char *q_path,
obj = xs_dict_append(obj, "subject", acct);
obj = xs_dict_append(obj, "links", links);
- j = xs_json_dumps_pp(obj, 4);
+ j = xs_json_dumps(obj, 4);
user_free(&snac);