From f9d7ad8e4353fe306b7574e3d645ba2c3ea423ed Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 19 Feb 2020 10:52:44 +0100 Subject: forgot cleanup --- include/alloc-inl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/alloc-inl.h') diff --git a/include/alloc-inl.h b/include/alloc-inl.h index ada08b69..5764e30b 100644 --- a/include/alloc-inl.h +++ b/include/alloc-inl.h @@ -141,8 +141,7 @@ static inline void* DFL_ck_realloc(void* orig, u32 size) { static inline void* DFL_ck_realloc_block(void* orig, u32 size) { - if (orig) - size += ALLOC_BLK_INC; + if (orig) size += ALLOC_BLK_INC; return DFL_ck_realloc(orig, size); -- cgit 1.4.1