Removed needless semicolon that was causing a compiler error with Forte.
authorBrian Cameron <brian.cameron@sun.com>
Mon, 15 Dec 2003 18:22:57 +0000 (18:22 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Mon, 15 Dec 2003 18:22:57 +0000 (18:22 +0000)
Original commit message from CVS:
Removed needless semicolon that was causing a compiler error with Forte.

gst/gstindex.h

index 255d378..80a71c0 100644 (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);