1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-12 02:39:03 +00:00
This commit is contained in:
david
2012-09-23 21:15:20 +00:00
parent 7ddb82d555
commit b19647254d

View File

@@ -2929,7 +2929,7 @@ Util =
if Util.FileType[code] then
return Util.FileType[code].char
else
stdnse.print_debug(1,"FtypeToChar: Unkown file type, mode: %o", mode)
stdnse.print_debug(1,"FtypeToChar: Unknown file type, mode: %o", mode)
return ""
end
end,