Typo fix.
authorGreg J. Badros <gjb@cs.washington.edu>
Sat, 18 Dec 1999 23:31:22 +0000 (23:31 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Sat, 18 Dec 1999 23:31:22 +0000 (23:31 +0000)
libguile/net_db.c

index 1d21715..bbd21d8 100644 (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)