Commit 628b16f4 authored by Mans Rullgard's avatar Mans Rullgard

mov: remove stray semicolon

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent d7a5106e
...@@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref) ...@@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref)
} }
return AVERROR(ENOENT); return AVERROR(ENOENT);
}; }
static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom) static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
{ {
......
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