From d9de4cc5524e856a62f063f552ad5aaf1eb50956 Mon Sep 17 00:00:00 2001 From: henri Date: Sun, 12 May 2013 21:02:29 +0000 Subject: [PATCH] 'const static' -> 'static const' --- nsock/src/nsock_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsock/src/nsock_proxy.c b/nsock/src/nsock_proxy.c index 93bd12f31..7f5780c96 100644 --- a/nsock/src/nsock_proxy.c +++ b/nsock/src/nsock_proxy.c @@ -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