From: Tim Janik Date: Fri, 9 Dec 2005 16:34:26 +0000 (+0000) Subject: fix type inconsistency pointed out by gmorten X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c2584396e556b6124e754e16d38400863cbf76ef;p=dana%2Fcg-glib.git fix type inconsistency pointed out by gmorten --- diff --git a/glib/gslice.c b/glib/gslice.c index 683d2be2..5e635e33 100644 --- a/glib/gslice.c +++ b/glib/gslice.c @@ -144,7 +144,7 @@ typedef struct { /* const after initialization */ gsize min_page_size, max_page_size; SliceConfig config; - guint max_slab_chunk_size_for_magazine_cache; + gsize max_slab_chunk_size_for_magazine_cache; /* magazine cache */ GMutex *magazine_mutex; ChunkLink **magazines; /* array of MAX_SLAB_INDEX (allocator) */