pcre: initialize var before use

pull/2069/head
Victor Julien 9 years ago
parent e13f956100
commit 4875040dca

@ -34,7 +34,7 @@ static pcre_extra *parse_regex_study = NULL;
void ParseSizeInit(void)
{
const char *eb;
const char *eb = NULL;
int eo;
int opts = 0;

Loading…
Cancel
Save