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 73244a5..5c71c8e 100644
--- a/data.c
+++ b/data.c
@@ -1103,7 +1103,7 @@ int following_add(snac *snac, const char *actor, const xs_dict *msg)
1103} 1103}
1104 1104
1105 1105
1106int following_del(snac *snac, char *actor) 1106int following_del(snac *snac, const char *actor)
1107/* we're not following this actor any longer */ 1107/* we're not following this actor any longer */
1108{ 1108{
1109 xs *fn = _following_fn(snac, actor); 1109 xs *fn = _following_fn(snac, actor);