diff options
Diffstat (limited to 'src/vppinfra/pool.h')
-rw-r--r-- | src/vppinfra/pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/pool.h b/src/vppinfra/pool.h index 47bae07add0..10262e90ec7 100644 --- a/src/vppinfra/pool.h +++ b/src/vppinfra/pool.h @@ -373,7 +373,7 @@ do { \ * @param P pool to copy * @return copy of pool */ -#define pool_dup(P) pool_dup_aligned(P, 0) +#define pool_dup(P) pool_dup_aligned(P,0) /** Low-level free pool operator (do not call directly). */ always_inline void * |