mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-25 16:28:25 -05:00
fix mistake in location of return
This commit is contained in:
parent
c013862b69
commit
bc8a55565b
|
|
@ -79,9 +79,9 @@ void *AllocInternal(void *heapStart, u32 size)
|
|||
|
||||
if (splitBlock->next != head)
|
||||
splitBlock->next->prev = splitBlock;
|
||||
|
||||
return pos->data;
|
||||
}
|
||||
|
||||
return pos->data;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user