gst/gstsegment.h: Don't use c++-style comments, fixes #343929

Original commit message from CVS:
* gst/gstsegment.h:
Don't use c++-style comments, fixes #343929
This commit is contained in:
Michael Smith 2006-06-06 13:11:03 +00:00
parent e8c5250570
commit d1d2e509d1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-06-06 Michael Smith <msmith@fluendo.com>
* gst/gstsegment.h:
Don't use c++-style comments, fixes #343929
2006-06-05 Edward Hervey <edward@fluendo.com>
* gst/gst.c:

View file

@ -67,7 +67,7 @@ struct _GstSegment {
gdouble applied_rate;
/*< private >*/
//gpointer _gst_reserved[GST_PADDING-2];
/*gpointer _gst_reserved[GST_PADDING-2];*/
guint8 _gst_reserved[(sizeof (gpointer) * GST_PADDING) - sizeof (gdouble)];
};