Commit 14f3e8b8 authored by Clément Bœsch's avatar Clément Bœsch

avformat/sbgdec: remove double ;;

parent fa6c9e54
...@@ -317,7 +317,7 @@ static int lex_time(struct sbg_parser *p, int64_t *rt) ...@@ -317,7 +317,7 @@ static int lex_time(struct sbg_parser *p, int64_t *rt)
int errcode = c; \ int errcode = c; \
if (errcode <= 0) \ if (errcode <= 0) \
return errcode ? errcode : AVERROR_INVALIDDATA; \ return errcode ? errcode : AVERROR_INVALIDDATA; \
} while(0); } while (0)
static int parse_immediate(struct sbg_parser *p) static int parse_immediate(struct sbg_parser *p)
{ {
......
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