gst/gstevent.h: Oops, add missing closing bracket.

Original commit message from CVS:
* gst/gstevent.h:
Oops, add missing closing bracket.
This commit is contained in:
Tim-Philipp Müller 2005-10-15 22:24:20 +00:00
parent bdaec23195
commit 34c8e29cec
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-10-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstevent.h:
Oops, add missing closing bracket.
2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:

2
common

@ -1 +1 @@
Subproject commit 2034edbc868e2e26964ba884c5233e047433e9e7
Subproject commit 361749d506054ba03e7ccc1aad9d531673a5e342

View file

@ -135,7 +135,7 @@ typedef struct _GstEventClass GstEventClass;
*
* Get a constant string representation of the #GstEventType of the event.
*/
#define GST_EVENT_TYPE_NAME(event) (gst_event_type_get_name(GST_EVENT_TYPE(event))
#define GST_EVENT_TYPE_NAME(event) (gst_event_type_get_name(GST_EVENT_TYPE(event)))
/**
* GST_EVENT_TIMESTAMP: