diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-16 07:48:23 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-16 07:48:23 +0100 |
commit | 4da45aff28de618c3be566094952bc19da9c9118 (patch) | |
tree | 98465d8073ceaccd420d3c393ed2e118a89dea73 /libavformat/applehttp.c | |
parent | df72ae673f3743a57726c86f07677fbc14a0117c (diff) | |
download | ffmpeg-4da45aff28de618c3be566094952bc19da9c9118.tar.gz |
cleanup: remove various double end ';' all over the code.
Diffstat (limited to 'libavformat/applehttp.c')
-rw-r--r-- | libavformat/applehttp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c index dc5bc07a78..7c41d9893c 100644 --- a/libavformat/applehttp.c +++ b/libavformat/applehttp.c @@ -543,7 +543,7 @@ static int recheck_discard_flags(AVFormatContext *s, int first) /* Check if any new streams are needed */ for (i = 0; i < c->n_variants; i++) - c->variants[i]->cur_needed = 0;; + c->variants[i]->cur_needed = 0; for (i = 0; i < s->nb_streams; i++) { AVStream *st = s->streams[i]; |