diff options
| author | 2023-04-23 08:59:14 +0200 | |
|---|---|---|
| committer | 2023-04-23 08:59:14 +0200 | |
| commit | 043cd5c50bf9b3029f240b816b222facefbce548 (patch) | |
| tree | ece94c06393e3230212d2feabce0db9c2d6a0082 /data.c | |
| parent | Added mastoapi unfollow. (diff) | |
| download | snac2-043cd5c50bf9b3029f240b816b222facefbce548.tar.gz snac2-043cd5c50bf9b3029f240b816b222facefbce548.tar.xz snac2-043cd5c50bf9b3029f240b816b222facefbce548.zip | |
Fixed warning.
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); |