aboutsummaryrefslogtreecommitdiff
path: root/mempool/test/mempool_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'mempool/test/mempool_test.c')
-rw-r--r--mempool/test/mempool_test.c2
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
7DEF_MEMPOOL(test_pool, int, NUM_BLOCKS); 7DEF_MEMPOOL(test_pool, int, NUM_BLOCKS)
8 8
9static int count(test_pool* pool) { 9static int count(test_pool* pool) {
10 int count = 0; 10 int count = 0;