mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Removed some extraneous whitespace.
This commit is contained in:
parent
4f1e6e743c
commit
fc6d15eb4f
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ static int l_set_port_version (lua_State *L)
|
|||
if (!lua_istable(L, -1))
|
||||
luaL_error(L, "port 'version' field must be a table");
|
||||
const char
|
||||
*name = (lua_getfield(L, 4, "name") , lua_tostring(L, -1)),
|
||||
*name = (lua_getfield(L, 4, "name"), lua_tostring(L, -1)),
|
||||
*product = (lua_getfield(L, 4, "product"), lua_tostring(L, -1)),
|
||||
*version = (lua_getfield(L, 4, "version"), lua_tostring(L, -1)),
|
||||
*extrainfo = (lua_getfield(L, 4, "extrainfo"), lua_tostring(L, -1)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue