From b44af1b567256caf6c826714e27596054b82ac55 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 25 Oct 2024 07:22:01 +0200 Subject: Fixed typo. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.c') diff --git a/format.c b/format.c index 9a3ef87..9d7ed18 100644 --- a/format.c +++ b/format.c @@ -93,7 +93,7 @@ static xs_str *format_line(const char *line, xs_list **attach) "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" "!\\[[^]]+\\]\\([^\\)]+\\)" "|" "\\[[^]]+\\]\\([^\\)]+\\)" "|" - "[a-z]+?:/" "/[^[:space:]]+" + "[a-z]+:/" "/[^[:space:]]+" ")"); int n = 0; -- cgit v1.2.3