diff options
| author | default <nobody@localhost> | 2024-10-25 07:22:01 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-25 07:22:01 +0200 |
| commit | b44af1b567256caf6c826714e27596054b82ac55 (patch) | |
| tree | 6870dac6e9de3b440b7036b4ecf53b7a69bc5f07 | |
| parent | 560db69d1467bc333c4aca3c43a8174fff0a901d (diff) | |
Fixed typo.
| -rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ static xs_str *format_line(const char *line, xs_list **attach) "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" "!\\[[^]]+\\]\\([^\\)]+\\)" "|" "\\[[^]]+\\]\\([^\\)]+\\)" "|" - "[a-z]+?:/" "/[^[:space:]]+" + "[a-z]+:/" "/[^[:space:]]+" ")"); int n = 0; |