1
Fork 0
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:
Greg J. Badros 1999-12-18 23:31:22 +00:00
parent 3c3b0e8bd5
commit 426b4cde7c

View file

@ -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)