udp: fix indention

pull/2/head
JULIAN GARDNER 14 years ago committed by Michael Niedermayer
parent 25c32d082b
commit f35761bca2
  1. 2
      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);
}

Loading…
Cancel
Save