summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
diff options
context:
space:
mode:
authorJULIAN GARDNER <joolzg@btinternet.com>2011-06-03 16:08:16 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-06-03 19:41:15 +0200
commitf35761bca20a96c74c3083459643046683a95e42 (patch)
treeb103113e0a60ef9c9dff6f6fc3e07edd1afa7029 /libavformat/udp.c
parent25c32d082b1ab4c3567c09f707e75c8ac582806c (diff)
udp: fix indention
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r--libavformat/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c
index 8c8c195fc4..7a01d29758 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -518,7 +518,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
fail:
if (udp_fd >= 0)
closesocket(udp_fd);
- av_fifo_free(s->fifo);
+ av_fifo_free(s->fifo);
av_free(s);
return AVERROR(EIO);
}