Skip to content

Commit

Permalink
Corrected vmg#72.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrobbins committed Nov 23, 2011
1 parent 2994d81 commit 92f7a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/redcarpet/autolink.c
Expand Up @@ -24,9 +24,9 @@
int
sd_autolink_issafe(const uint8_t *link, size_t link_len)
{
static const size_t valid_uris_count = 4;
static const size_t valid_uris_count = 5;
static const char *valid_uris[] = {
"http://", "https://", "ftp://", "mailto:"
"/", "http://", "https://", "ftp://", "mailto:"
};

size_t i;
Expand Down

0 comments on commit 92f7a9b

Please sign in to comment.