From 628b16f45f79aa5eb7514f11026d85e8aa34387f Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 10 Feb 2011 11:42:21 +0000 Subject: [PATCH] mov: remove stray semicolon Signed-off-by: Mans Rullgard --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 310a399d830..d4d7ac2185f 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) { -- 2.39.2