mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
'const static' -> 'static const'
This commit is contained in:
parent
e108771faa
commit
d9de4cc552
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue