Skip to content

Commit

Permalink
Indent the "oom:" label away from column 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Nov 10, 2005
1 parent 2374023 commit 2997e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2997e9f

Please sign in to comment.