diff options
author | 3gg <3gg@shellblade.net> | 2023-07-16 17:39:54 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-07-16 17:39:54 -0700 |
commit | 7ab7d7d5b836d2595c5dc2c6db90c489f6768246 (patch) | |
tree | d87f7b7f6f7eedbfc4eb6133369d9fb0c0cc6fb2 /mempool/test | |
parent | ecc2645ba4c44005ef13e33c79059de69b76551f (diff) |
Fix mem and mempool iteration.
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; |