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 8332ec3..73244a5 100644
--- a/data.c
+++ b/data.c
@@ -1125,7 +1125,7 @@ int following_check(snac *snac, const char *actor)
1125} 1125}
1126 1126
1127 1127
1128int following_get(snac *snac, char *actor, d_char **data) 1128int following_get(snac *snac, const char *actor, d_char **data)
1129/* returns the 'Follow' object */ 1129/* returns the 'Follow' object */
1130{ 1130{
1131 xs *fn = _following_fn(snac, actor); 1131 xs *fn = _following_fn(snac, actor);