diff options
Diffstat (limited to 'include/mempool.h')
-rw-r--r-- | include/mempool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mempool.h b/include/mempool.h index 591c066..3e9c210 100644 --- a/include/mempool.h +++ b/include/mempool.h @@ -55,7 +55,8 @@ extern void mp_pool_garbage_collect(void *); #define MEMPOOL_STATS -struct mp_pool_t { +struct mp_pool_t +{ /** Next pool. A pool is usually linked into the mp_allocated_pools list. */ mp_pool_t *next; |