mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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
|
||||
{
|
||||
inad.s_addr = htonl (SCM_NUM2ULONG (1,name);
|
||||
inad.s_addr = htonl (SCM_NUM2ULONG (1,name));
|
||||
entry = gethostbyaddr ((char *) &inad, sizeof (inad), AF_INET);
|
||||
}
|
||||
if (!entry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue