summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:07 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:07 +0000
commitf5876c0e872d0d0f499bcdf57be42315e87dce71 (patch)
treec406fc5c20090eb7266e764849a6aac6bfe51fcd /sys/osxaudio
parent4c89978b6e2e5d8d37d3b6810c3ce38bf20fb673 (diff)
fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ...
Original commit message from CVS: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/sys/ this time)
Diffstat (limited to 'sys/osxaudio')
-rw-r--r--sys/osxaudio/gstosxaudioelement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxaudio/gstosxaudioelement.c b/sys/osxaudio/gstosxaudioelement.c
index 5a25eb0f..9b3fa7d2 100644
--- a/sys/osxaudio/gstosxaudioelement.c
+++ b/sys/osxaudio/gstosxaudioelement.c
@@ -36,7 +36,7 @@
enum
{
ARG_0,
- ARG_DEVICE,
+ ARG_DEVICE
};
/* elementfactory information */