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 52eca27..188b92f 100644
--- a/main.c
+++ b/main.c
@@ -235,7 +235,7 @@ int main(int argc, char *argv[])
235 else 235 else
236 content = xs_dup(url); 236 content = xs_dup(url);
237 237
238 msg = msg_note(&snac, content, NULL, in_reply_to); 238 msg = msg_note(&snac, content, NULL, in_reply_to, NULL);
239 239
240 c_msg = msg_create(&snac, msg); 240 c_msg = msg_create(&snac, msg);
241 241