mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Typo fix.
This commit is contained in:
parent
3c3b0e8bd5
commit
426b4cde7c
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Unusual conditions may result in errors thrown to the
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
inad.s_addr = htonl (SCM_NUM2ULONG (1,name);
|
inad.s_addr = htonl (SCM_NUM2ULONG (1,name));
|
||||||
entry = gethostbyaddr ((char *) &inad, sizeof (inad), AF_INET);
|
entry = gethostbyaddr ((char *) &inad, sizeof (inad), AF_INET);
|
||||||
}
|
}
|
||||||
if (!entry)
|
if (!entry)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue