[0.10] gstreamer: message: Remove comma at end of enum list
Sebastian Dröge
slomo at kemper.freedesktop.org
Mon Apr 23 00:19:56 PDT 2012
Module: gstreamer
Branch: 0.10
Commit: 7848b66e3e312ac4f04a2da681c7ffc465483b49
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=7848b66e3e312ac4f04a2da681c7ffc465483b49
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Apr 23 09:18:48 2012 +0200
message: Remove comma at end of enum list
This comma confuses some compilers.
---
gst/gstmessage.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/gstmessage.h b/gst/gstmessage.h
index ae5fc19..0e7ac6b 100644
--- a/gst/gstmessage.h
+++ b/gst/gstmessage.h
@@ -265,7 +265,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;
/**
More information about the gstreamer-commits
mailing list