Commit 203dc146 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/3dostr: Remove redundant ;

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent a7af002b
...@@ -81,7 +81,7 @@ static int threedostr_read_header(AVFormatContext *s) ...@@ -81,7 +81,7 @@ static int threedostr_read_header(AVFormatContext *s)
size -= 0x78; size -= 0x78;
if (avio_rl32(s->pb) == MKTAG('C','T','R','L') && size > 4) { if (avio_rl32(s->pb) == MKTAG('C','T','R','L') && size > 4) {
ctrl_size = avio_rb32(s->pb); ctrl_size = avio_rb32(s->pb);
size -= 4;; size -= 4;
} }
} }
break; break;
......
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