mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
Removed needless semicolon that was causing a compiler error with Forte.
Original commit message from CVS: Removed needless semicolon that was causing a compiler error with Forte.
This commit is contained in:
parent
a4f74f5eb4
commit
bdbfd1bebe
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ struct _GstIndexClass {
|
||||||
/* signals */
|
/* signals */
|
||||||
void (*entry_added) (GstIndex *index, GstIndexEntry *entry);
|
void (*entry_added) (GstIndex *index, GstIndexEntry *entry);
|
||||||
|
|
||||||
gpointer _gst_reserved[GST_PADDING];;
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_index_get_type (void);
|
GType gst_index_get_type (void);
|
||||||
|
|
Loading…
Reference in a new issue