mirror of
https://github.com/nmap/nmap.git
synced 2026-01-19 20:59:01 +00:00
Changed a struct to use const char *'s to remove a compilation warning.
This commit is contained in:
@@ -430,7 +430,7 @@ int init_updatedb (lua_State *L)
|
||||
}
|
||||
|
||||
typedef struct extensional_category {
|
||||
char *category;
|
||||
const char *category;
|
||||
int option;
|
||||
} extensional_category;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user