'const static' -> 'static const'

This commit is contained in:
henri 2013-05-12 21:02:29 +00:00
parent e108771faa
commit d9de4cc552

View file

@ -80,7 +80,7 @@ extern const struct proxy_spec ProxySpecHttp;
extern const struct proxy_spec ProxySpecSocks4;
const static struct proxy_spec *ProxyBackends[] = {
static const struct proxy_spec *ProxyBackends[] = {
&ProxySpecHttp,
&ProxySpecSocks4,
NULL