From 6ca9c74cc64f5b3f7da4b6936c6ae14031892d20 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 21 Nov 2012 13:16:42 +0100 Subject: [PATCH] ffprobe: add "," at the end of enum list --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffprobe.c b/ffprobe.c index 748a4b9d35..4c6e9f238b 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -103,7 +103,7 @@ typedef enum { SECTION_ID_STREAM, SECTION_ID_STREAM_DISPOSITION, SECTION_ID_STREAMS, - SECTION_ID_STREAM_TAGS + SECTION_ID_STREAM_TAGS, } SectionID; static const struct section sections[] = {