mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Typo fix: "nall"→"null".
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user