- removing some trailing commas in enums to please C90 only compilers (AIX, Forte...
authorStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 28 May 2004 05:01:05 +0000 (05:01 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 28 May 2004 05:01:05 +0000 (05:01 +0000)
commit55cd61de48c8ffd639b4ecead1260e343f96360e
tree540450491fbd356ae25ec883d6c0ad19ab3c8dd0
parentb8ff3d3d6357d7383dc168be472fd25530dc170e
- removing some trailing commas in enums to please C90 only compilers (AIX, Forte, ...) ('should' fix #143290) should...

Original commit message from CVS:
- removing some trailing commas in enums to please C90 only compilers (AIX, Forte, ...)
('should' fix #143290)

should/could we compile gst with -ansi -pedantic to catch those in the build-bots ?
16 files changed:
gst/elements/gstaggregator.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstmd5sink.c
gst/elements/gstshaper.c
gst/elements/gsttee.c
gst/elements/gsttypefindelement.c
gst/schedulers/gstbasicscheduler.c
gst/schedulers/gstoptimalscheduler.c
plugins/elements/gstaggregator.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstmd5sink.c
plugins/elements/gstshaper.c
plugins/elements/gsttee.c
plugins/elements/gsttypefindelement.c