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:
Brian Cameron 2003-12-15 18:22:57 +00:00
parent a4f74f5eb4
commit bdbfd1bebe

View file

@ -189,7 +189,7 @@ struct _GstIndexClass {
/* signals */
void (*entry_added) (GstIndex *index, GstIndexEntry *entry);
gpointer _gst_reserved[GST_PADDING];;
gpointer _gst_reserved[GST_PADDING];
};
GType gst_index_get_type (void);