mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
message: Remove comma at end of enum list
This comma confuses some compilers.
This commit is contained in:
parent
f771d4619e
commit
f81e73a6cd
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ typedef enum {
|
|||
GST_PROGRESS_TYPE_CONTINUE = 1,
|
||||
GST_PROGRESS_TYPE_COMPLETE = 2,
|
||||
GST_PROGRESS_TYPE_CANCELED = 3,
|
||||
GST_PROGRESS_TYPE_ERROR = 4,
|
||||
GST_PROGRESS_TYPE_ERROR = 4
|
||||
} GstProgressType;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue