summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorGravatar default2024-10-25 07:22:01 +0200
committerGravatar default2024-10-25 07:22:01 +0200
commitb44af1b567256caf6c826714e27596054b82ac55 (patch)
tree6870dac6e9de3b440b7036b4ecf53b7a69bc5f07 /format.c
parentAccept any URL schema (not just http) in format_line(). (diff)
downloadpenes-snac2-b44af1b567256caf6c826714e27596054b82ac55.tar.gz
penes-snac2-b44af1b567256caf6c826714e27596054b82ac55.tar.xz
penes-snac2-b44af1b567256caf6c826714e27596054b82ac55.zip
Fixed typo.
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
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)
93 "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" 93 "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|"
94 "!\\[[^]]+\\]\\([^\\)]+\\)" "|" 94 "!\\[[^]]+\\]\\([^\\)]+\\)" "|"
95 "\\[[^]]+\\]\\([^\\)]+\\)" "|" 95 "\\[[^]]+\\]\\([^\\)]+\\)" "|"
96 "[a-z]+?:/" "/[^[:space:]]+" 96 "[a-z]+:/" "/[^[:space:]]+"
97 ")"); 97 ")");
98 int n = 0; 98 int n = 0;
99 99