Remove comma at the end of enum.
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 5 Dec 2005 00:45:55 +0000 (00:45 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 5 Dec 2005 00:45:55 +0000 (00:45 +0000)
2005-12-04  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gslice.h: Remove comma at the end of enum.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gslice.h

index 54fd9a71a6d248f96e0b128f59f92b737fb2ad53..496fae4f877c16845fe89d1ca06b1c6cd53c2ed4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-04  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/gslice.h: Remove comma at the end of enum.
+
 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
 
        Handle multiple user names with the same UID better.
index 54fd9a71a6d248f96e0b128f59f92b737fb2ad53..496fae4f877c16845fe89d1ca06b1c6cd53c2ed4 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-04  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/gslice.h: Remove comma at the end of enum.
+
 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
 
        Handle multiple user names with the same UID better.
index 54fd9a71a6d248f96e0b128f59f92b737fb2ad53..496fae4f877c16845fe89d1ca06b1c6cd53c2ed4 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-04  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/gslice.h: Remove comma at the end of enum.
+
 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
 
        Handle multiple user names with the same UID better.
index 09c8a4e0c815b09660c230701bdf4433a8686dd4..4a9cbda92c1d954af5d12c6e30e9ab95ab25884f 100644 (file)
@@ -59,7 +59,7 @@ typedef enum {
   G_SLICE_CONFIG_ALWAYS_FREE,
   G_SLICE_CONFIG_WORKING_SET_MSECS,
   G_SLICE_CONFIG_CHUNK_SIZES,
-  G_SLICE_CONFIG_CONTENTION_COUNTER,
+  G_SLICE_CONFIG_CONTENTION_COUNTER
 } GSliceConfig;
 void     g_slice_set_config       (GSliceConfig ckey, gint64 value);
 gint64   g_slice_get_config       (GSliceConfig ckey);