Silence a compiler warning on VS2013: not all code paths return a value

This commit is contained in:
dmiller 2014-11-11 06:06:46 +00:00
parent 16bbe3719c
commit 7797826e5d

View file

@ -375,6 +375,7 @@ static struct proxy_node *proxy_node_new(char *proxystr) {
}
}
fatal("Invalid protocol in proxy specification string: %s", proxystr);
return NULL;
}
struct proxy_parser *proxy_parser_new(const char *proxychainstr) {