gst/gstsegment.h: Don't use c++-style comments, fixes #343929
authorMichael Smith <msmith@xiph.org>
Tue, 6 Jun 2006 13:11:03 +0000 (13:11 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 6 Jun 2006 13:11:03 +0000 (13:11 +0000)
Original commit message from CVS:
* gst/gstsegment.h:
Don't use c++-style comments, fixes #343929

ChangeLog
gst/gstsegment.h

index 29a4b3a..3e8cb0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index f254c03..a24be26 100644 (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)];
 };