projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f74f5
)
Removed needless semicolon that was causing a compiler error with Forte.
author
Brian Cameron
<brian.cameron@sun.com>
Mon, 15 Dec 2003 18:22:57 +0000
(18:22 +0000)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/gst/gstindex.h
b/gst/gstindex.h
index
255d378
..
80a71c0
100644
(file)
--- a/
gst/gstindex.h
+++ b/
gst/gstindex.h
@@
-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);