diff options
Diffstat (limited to 'src/ipalloc.c')
-rw-r--r-- | src/ipalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipalloc.c b/src/ipalloc.c index c90a1d3..3cb363e 100644 --- a/src/ipalloc.c +++ b/src/ipalloc.c @@ -4,5 +4,5 @@ #include "genalloc.h" #include "ip.h" -GEN_ALLOC_readyplus(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus) - GEN_ALLOC_append(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus, ipalloc_append) +GEN_ALLOC_readyplus(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus); +GEN_ALLOC_append(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus, ipalloc_append); |