diff options
Diffstat (limited to 'libglusterfs/src/mem-pool.c')
-rw-r--r-- | libglusterfs/src/mem-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/mem-pool.c b/libglusterfs/src/mem-pool.c index 23af8619fb5..fc07a1e25e6 100644 --- a/libglusterfs/src/mem-pool.c +++ b/libglusterfs/src/mem-pool.c @@ -700,8 +700,8 @@ mem_get (struct mem_pool *mem_pool) retval->power_of_two = mem_pool->power_of_two; return retval + 1; -} #endif /* GF_DISABLE_MEMPOOL */ +} void |