Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
fix type inconsistency pointed out by gmorten
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Janik committed Dec 9, 2005
1 parent dd1878c commit c258439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib/gslice.c
Expand Up @@ -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) */
Expand Down

0 comments on commit c258439

Please sign in to comment.