mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
[MOVED FROM BAD 12/68] first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
Original commit message from CVS: first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
This commit is contained in:
parent
080ba0e1ab
commit
3395a05ff1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ enum
|
|||
{
|
||||
ARG_0,
|
||||
ARG_SOURCE,
|
||||
ARG_DEST,
|
||||
ARG_DEST
|
||||
};
|
||||
|
||||
static void gst_colorspace_base_init (gpointer g_class);
|
||||
|
|
Loading…
Reference in a new issue