summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index c46a971..9875b12 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -1638,7 +1638,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
1638 const char *aq = xs_dict_get(args, "q"); 1638 const char *aq = xs_dict_get(args, "q");
1639 1639
1640 if (!xs_is_null(aq)) { 1640 if (!xs_is_null(aq)) {
1641 xs *q = xs_utf8_to_lower(xs_dup(aq)); 1641 xs *q = xs_utf8_to_lower(aq);
1642 out = xs_list_new(); 1642 out = xs_list_new();
1643 xs *wing = following_list(&snac1); 1643 xs *wing = following_list(&snac1);
1644 xs *wers = follower_list(&snac1); 1644 xs *wers = follower_list(&snac1);