1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

'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