From: Behdad Esfahbod Date: Mon, 5 Dec 2005 00:45:55 +0000 (+0000) Subject: Remove comma at the end of enum. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9200814d86ce8d179cff631ad92272352b8243bf;p=dana%2Fcg-glib.git Remove comma at the end of enum. 2005-12-04 Behdad Esfahbod * glib/gslice.h: Remove comma at the end of enum. --- diff --git a/ChangeLog b/ChangeLog index 54fd9a71..496fae4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-04 Behdad Esfahbod + + * glib/gslice.h: Remove comma at the end of enum. + 2005-12-04 Matthias Clasen Handle multiple user names with the same UID better. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 54fd9a71..496fae4f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-12-04 Behdad Esfahbod + + * glib/gslice.h: Remove comma at the end of enum. + 2005-12-04 Matthias Clasen Handle multiple user names with the same UID better. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 54fd9a71..496fae4f 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-12-04 Behdad Esfahbod + + * glib/gslice.h: Remove comma at the end of enum. + 2005-12-04 Matthias Clasen Handle multiple user names with the same UID better. diff --git a/glib/gslice.h b/glib/gslice.h index 09c8a4e0..4a9cbda9 100644 --- a/glib/gslice.h +++ b/glib/gslice.h @@ -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);