From f35761bca20a96c74c3083459643046683a95e42 Mon Sep 17 00:00:00 2001 From: JULIAN GARDNER Date: Fri, 3 Jun 2011 16:08:16 +0200 Subject: [PATCH] udp: fix indention --- libavformat/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }