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 f05cb51..6a0bb74 100644
--- a/main.c
+++ b/main.c
@@ -292,7 +292,7 @@ int main(int argc, char *argv[])
292 else 292 else
293 content = xs_dup(url); 293 content = xs_dup(url);
294 294
295 msg = msg_note(&snac, content, NULL, in_reply_to, NULL); 295 msg = msg_note(&snac, content, NULL, in_reply_to, NULL, 0);
296 296
297 c_msg = msg_create(&snac, msg); 297 c_msg = msg_create(&snac, msg);
298 298