Fixed typo.

This commit is contained in:
default 2024-10-25 07:22:01 +02:00
parent 560db69d14
commit b44af1b567

View file

@ -93,7 +93,7 @@ static xs_str *format_line(const char *line, xs_list **attach)
"\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|"
"!\\[[^]]+\\]\\([^\\)]+\\)" "|" "!\\[[^]]+\\]\\([^\\)]+\\)" "|"
"\\[[^]]+\\]\\([^\\)]+\\)" "|" "\\[[^]]+\\]\\([^\\)]+\\)" "|"
"[a-z]+?:/" "/[^[:space:]]+" "[a-z]+:/" "/[^[:space:]]+"
")"); ")");
int n = 0; int n = 0;