1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 14:09:02 +00:00

coding style fix

This commit is contained in:
d33tah
2013-07-04 20:07:04 +00:00
parent 76264da093
commit 5ebd15fb91

View File

@@ -490,8 +490,7 @@ int main(int argc, char *argv[])
bye("Only one of --exec, --sh-exec, and --lua-exec is allowed.");
o.cmdexec = optarg;
o.execmode = EXEC_LUA;
}
else if (strcmp(long_options[option_index].name, "lua-exec-internal") == 0) {
} else if (strcmp(long_options[option_index].name, "lua-exec-internal") == 0) {
/* This command-line switch is undocumented on purpose. Do NOT use it
explicitly as its behavior might differ between Ncat releases.