diff options
author | default <nobody@localhost> | 2023-04-23 08:59:14 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-23 08:59:14 +0200 |
commit | 043cd5c50bf9b3029f240b816b222facefbce548 (patch) | |
tree | ece94c06393e3230212d2feabce0db9c2d6a0082 /data.c | |
parent | 4fca7c8a7ea2ee1373827c1e4d3726c8e763e2cc (diff) |
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) } -int following_del(snac *snac, char *actor) +int following_del(snac *snac, const char *actor) /* we're not following this actor any longer */ { xs *fn = _following_fn(snac, actor); |