diff options
Diffstat (limited to 'test/src/btalloc.c')
-rw-r--r-- | test/src/btalloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/btalloc.c b/test/src/btalloc.c index a78cb89..bc31f9b 100644 --- a/test/src/btalloc.c +++ b/test/src/btalloc.c @@ -1,7 +1,6 @@ #include "test/jemalloc_test.h" void * -btalloc(size_t size, unsigned bits) -{ +btalloc(size_t size, unsigned bits) { return (btalloc_0(size, bits)); } |