summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 819922f..9c906a6 100644
--- a/main.c
+++ b/main.c
@@ -315,7 +315,7 @@ int main(int argc, char *argv[])
315 xs *msg = msg_follow(&snac, url); 315 xs *msg = msg_follow(&snac, url);
316 316
317 if (msg != NULL) { 317 if (msg != NULL) {
318 char *actor = xs_dict_get(msg, "object"); 318 const char *actor = xs_dict_get(msg, "object");
319 319
320 following_add(&snac, actor, msg); 320 following_add(&snac, actor, msg);
321 321