mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Fixed typo.
This commit is contained in:
parent
560db69d14
commit
b44af1b567
1 changed files with 1 additions and 1 deletions
2
format.c
2
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;
|
int n = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue