diff options
Diffstat (limited to 'soh/src/code/debug_malloc.c')
| -rw-r--r-- | soh/src/code/debug_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/debug_malloc.c b/soh/src/code/debug_malloc.c index c1c4f99d0..396e4086d 100644 --- a/soh/src/code/debug_malloc.c +++ b/soh/src/code/debug_malloc.c @@ -109,5 +109,5 @@ void DebugArena_Cleanup(void) { } u8 DebugArena_IsInitalized(void) { - return __osMallocIsInitalized(&sDebugArena); + return __osMallocIsInitialized(&sDebugArena); } |
