summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 482a29c..f9d27f9 100644
--- a/data.c
+++ b/data.c
@@ -1216,7 +1216,7 @@ int follower_check(snac *snac, const char *actor)
1216 1216
1217 1217
1218int follower_list_len(snac *snac) 1218int follower_list_len(snac *snac)
1219/* returns the number followers */ 1219/* returns the number of followers */
1220{ 1220{
1221 xs *list = object_user_cache_list(snac, "followers", XS_ALL, 0); 1221 xs *list = object_user_cache_list(snac, "followers", XS_ALL, 0);
1222 return xs_list_len(list); 1222 return xs_list_len(list);