mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Changed a struct to use const char *'s to remove a compilation warning.
This commit is contained in:
parent
cc8f9133ae
commit
fa034c1ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ int init_updatedb (lua_State *L)
|
|||
}
|
||||
|
||||
typedef struct extensional_category {
|
||||
char *category;
|
||||
const char *category;
|
||||
int option;
|
||||
} extensional_category;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue