From 14f3e8b821d69e51b9a0e618e854bca3434880eb Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 18 Jan 2015 00:36:56 +0100 Subject: avformat/sbgdec: remove double ;; --- libavformat/sbgdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sbgdec.c') diff --git a/libavformat/sbgdec.c b/libavformat/sbgdec.c index 32822fb48f..23b7ea4489 100644 --- a/libavformat/sbgdec.c +++ b/libavformat/sbgdec.c @@ -317,7 +317,7 @@ static int lex_time(struct sbg_parser *p, int64_t *rt) int errcode = c; \ if (errcode <= 0) \ return errcode ? errcode : AVERROR_INVALIDDATA; \ - } while(0); + } while (0) static int parse_immediate(struct sbg_parser *p) { -- cgit v1.2.3