summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 310a399d83..d4d7ac2185 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref)
}
return AVERROR(ENOENT);
-};
+}
static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
{