diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-14 21:40:32 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-14 21:40:32 +0000 |
| commit | 53cd9c4c3408b5f2e54e891baf471c0d774ea2cd (patch) | |
| tree | 7fcdfdd25b7e163b40fe3d2961a605b3a2720ba4 /source/base/base_arena.c | |
| parent | e51d57e2da70ea2688a72602aeb5f7c4040e72b7 (diff) | |
feature(base): ascii colors, error framework ( ai help ). testing idea meta program. refactor
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 | } |
