diff options
Diffstat (limited to 'source/base/base_arena.c')
| -rwxr-xr-x | source/base/base_arena.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/base/base_arena.c b/source/base/base_arena.c index 5855e5e..7e9c44b 100755 --- a/source/base/base_arena.c +++ b/source/base/base_arena.c | |||
| @@ -110,7 +110,7 @@ arena_resize_align(mem_arena *arena, void *old_memory, u64 new_size, u64 old_siz | |||
| 110 | } | 110 | } |
| 111 | else | 111 | else |
| 112 | { | 112 | { |
| 113 | check(0); | 113 | verify(0); |
| 114 | } | 114 | } |
| 115 | return NULL; | 115 | return NULL; |
| 116 | } | 116 | } |
