snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit b44af1b567256caf6c826714e27596054b82ac55
parent 560db69d1467bc333c4aca3c43a8174fff0a901d
Author: default <nobody@localhost>
Date:   Fri, 25 Oct 2024 07:22:01 +0200

Fixed typo.

Diffstat:
Mformat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;