1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Typo fix: "nall"→"null".

This commit is contained in:
david
2016-01-04 22:10:57 +00:00
parent c6004a7798
commit ea400e1ff0

View File

@@ -243,7 +243,7 @@ append_string (struct state *state,
int flags) int flags)
{ {
if(!arg) if(!arg)
arg = (unsigned char *) "(nall)"; arg = (unsigned char *) "(null)";
if(prec != -1) if(prec != -1)
width -= prec; width -= prec;
else else