aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem_pool.h')
-rw-r--r--src/mem_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem_pool.h b/src/mem_pool.h
index 29cd3b9d7..b55670c95 100644
--- a/src/mem_pool.h
+++ b/src/mem_pool.h
@@ -42,7 +42,7 @@ typedef struct memory_pool_mutex_s {
struct _pool_chain {
u_char *begin; /**< begin of pool chain block */
u_char *pos; /**< current start of free space in block */
- memory_pool_ssize_t len; /**< length of block */
+ memory_pool_ssize_t len; /**< length of block */
struct _pool_chain *next; /**< chain link */
};