Remove incorrect semicolon.
This commit is contained in:
parent
d6e53ebe5e
commit
dfdc1bec71
@ -109,7 +109,7 @@ __gethostbyname2(const char *name, int af)
|
||||
else {
|
||||
error = 0;
|
||||
he = getipnodebyname(name, af, ipnode_flags, &error);
|
||||
if (he == NULL);
|
||||
if (he == NULL)
|
||||
errno = error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user