From 61fab8352eac5c06f024dbccd8552adabb848803 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Sun, 27 Feb 2022 06:15:04 +0000 Subject: [PATCH] Fix JS FossilOrigin-Name: 6d10ec3b2d7cec006b723a89bcfc059593a0a43e5418c19243ceefd80ada1c3b --- src/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reply.c b/src/reply.c index 0e2b24c..f1b3545 100644 --- a/src/reply.c +++ b/src/reply.c @@ -45,7 +45,7 @@ char* construct_post_box(char* reply_id, return reply_html; } -#define REGEX_REPLY "@(.*?)<\\/span>" +#define REGEX_REPLY "@(.*?)<\\/span>" #define REGEX_RESULTS_LEN 9 char* reply_status(char* id, struct mstdnt_status* status)