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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user