diff options
author | default <nobody@localhost> | 2022-09-28 20:08:02 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-28 20:08:02 +0200 |
commit | e4967cfcb375d9611001e0e78be31e9c915a85b6 (patch) | |
tree | 11c9554661d0a773ce7991dc4bbad07f35e2848f /data.c | |
parent | c38cc09e4c593f4c7a53df6e289e8b6af03bd9ca (diff) |
Process 'Update' + 'Person'.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -737,7 +737,7 @@ d_char *_actor_fn(snac *snac, char *actor) int actor_add(snac *snac, char *actor, char *msg) -/* adds a follower */ +/* adds an actor */ { int ret = 201; /* created */ xs *fn = _actor_fn(snac, actor); |