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 0a78489..e53bdf8 100644
--- a/main.c
+++ b/main.c
@@ -731,7 +731,7 @@ int main(int argc, char *argv[])
731 } 731 }
732 732
733 if (strcmp(cmd, "collect_replies") == 0) { /** **/ 733 if (strcmp(cmd, "collect_replies") == 0) { /** **/
734 collect_replies(&snac, url); 734 enqueue_collect_replies(&snac, url);
735 735
736 return 0; 736 return 0;
737 } 737 }