diff --git a/src/reply.c b/src/reply.c index f1b3545..555b7d9 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)