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,