diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1103,7 +1103,7 @@ int following_add(snac *snac, const char *actor, const xs_dict *msg) | |||
| 1103 | } | 1103 | } |
| 1104 | 1104 | ||
| 1105 | 1105 | ||
| 1106 | int following_del(snac *snac, char *actor) | 1106 | int 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); |