mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 19:36:38 +00:00
message: Remove comma at end of enum list
This comma confuses some compilers.
This commit is contained in:
parent
5823dd4724
commit
7848b66e3e
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ typedef enum {
|
||||||
GST_PROGRESS_TYPE_CONTINUE = 1,
|
GST_PROGRESS_TYPE_CONTINUE = 1,
|
||||||
GST_PROGRESS_TYPE_COMPLETE = 2,
|
GST_PROGRESS_TYPE_COMPLETE = 2,
|
||||||
GST_PROGRESS_TYPE_CANCELED = 3,
|
GST_PROGRESS_TYPE_CANCELED = 3,
|
||||||
GST_PROGRESS_TYPE_ERROR = 4,
|
GST_PROGRESS_TYPE_ERROR = 4
|
||||||
} GstProgressType;
|
} GstProgressType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue