ffprobe: add "," at the end of enum list

pull/8/head
Stefano Sabatini 12 years ago
parent 2c5d911166
commit 6ca9c74cc6
  1. 2
      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[] = {

Loading…
Cancel
Save