Indent the "oom:" label away from column 0.

This commit is contained in:
Wayne Davison
2005-11-10 16:42:46 +00:00
parent 2374023982
commit 2997e9f769

View File

@@ -208,7 +208,7 @@ static int match_address(char *addr, char *tok)
ret = match_binary(a, t, mask, addrlen);
out:
out:
freeaddrinfo(resa);
freeaddrinfo(rest);
return ret;