fix typo
This commit is contained in:
parent
4f28ad6032
commit
75847acf3e
@ -64,7 +64,7 @@ Function LoadFunction(Library lib, string name)
|
|||||||
void*
|
void*
|
||||||
MemAlloc(u64 size)
|
MemAlloc(u64 size)
|
||||||
{
|
{
|
||||||
return pureAlloc(size);
|
return pureMalloc(size);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user