diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2022-08-30 23:35:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-30 17:35:00 -0400 |
| commit | 2e18eb334bad77db0625549c62849333705214b8 (patch) | |
| tree | c3b39fc35144f6af78437dd766408a26e03be0ef /src/code/debug_malloc.c | |
| parent | 881fe0ad0a34494ac0e82adaa32daf34d31507c8 (diff) | |
Fix misc 16 (#1371)
* Replace tabs in exceptasm.s source
* Replace tabs with \t in strings
* Fix grammar in various comments
* Fix "initalize" typos in code
* (fix typo) `__osMallocIsInitalized` -> `__osMallocIsInitialized`
* Some Link -> Player
* Use `EXCH_ITEM_` more
* "bgm music" -> "background music"
* Fix typos in `place_title_cards.xml`
* `SkelAnime_Update` returns a boolean
* Run formatter
Diffstat (limited to 'src/code/debug_malloc.c')
| -rw-r--r-- | src/code/debug_malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/debug_malloc.c b/src/code/debug_malloc.c index 60c7607cb..670ce857a 100644 --- a/src/code/debug_malloc.c +++ b/src/code/debug_malloc.c @@ -106,6 +106,6 @@ void DebugArena_Cleanup(void) { __osMallocCleanup(&sDebugArena); } -u8 DebugArena_IsInitalized(void) { - return __osMallocIsInitalized(&sDebugArena); +u8 DebugArena_IsInitialized(void) { + return __osMallocIsInitialized(&sDebugArena); } |
