Commit 5eaf7fd1 authored by lucabe's avatar lucabe

Reindent after last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10882 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 75779734
......@@ -127,6 +127,7 @@ static struct addrinfo* udp_ipv6_resolve_host(const char *hostname, int port, in
if ((error = getaddrinfo(node, service, &hints, &res))) {
av_log(NULL, AV_LOG_ERROR, "udp_ipv6_resolve_host: %s\n", gai_strerror(error));
}
return res;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment