I forgot to add case WORD_PATH to do_an_url()'s switch statement

This commit is contained in:
RichardHitt 2013-01-02 15:03:16 -08:00
parent 0e6add7dd6
commit 270a31535c
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ url_check_word (const char *word)
case WORD_URL:
case WORD_HOST:
case WORD_CHANNEL:
case WORD_PATH:
return lasttype;
default:
return 0; /* Should not occur */