mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-30 03:10:04 +00:00
Tweaks to make clang happy.
This commit is contained in:
+1
-1
@@ -15,5 +15,5 @@ MD_MALLOC_Alloc(void *ctx, MD_u64 size)
|
||||
static void*
|
||||
MD_MALLOC_GetCtx(void)
|
||||
{
|
||||
return(MD_MALLOC_Alloc);
|
||||
return((void *)MD_MALLOC_Alloc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user