Ver Fonte

Fixed typo.

default há 5 meses atrás
pai
commit
b44af1b567
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      format.c

+ 1 - 1
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;