diff options
Diffstat (limited to 'mempool/test')
-rw-r--r-- | mempool/test/mempool_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mempool/test/mempool_test.c b/mempool/test/mempool_test.c index e6c24a4..d5ed1ea 100644 --- a/mempool/test/mempool_test.c +++ b/mempool/test/mempool_test.c | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #define NUM_BLOCKS 10 | 5 | #define NUM_BLOCKS 10 |
6 | 6 | ||
7 | DEF_MEMPOOL(test_pool, int, NUM_BLOCKS); | 7 | DEF_MEMPOOL(test_pool, int, NUM_BLOCKS) |
8 | 8 | ||
9 | static int count(test_pool* pool) { | 9 | static int count(test_pool* pool) { |
10 | int count = 0; | 10 | int count = 0; |