mirror of
https://github.com/nothings/stb.git
synced 2026-01-01 02:32:06 +00:00
fix compile
This commit is contained in:
@@ -45,7 +45,7 @@ void* stbir_malloc(void* context, size_t size)
|
||||
void stbir_free(void* context, void* memory)
|
||||
{
|
||||
if (!context)
|
||||
return free(memory);
|
||||
free(memory);
|
||||
}
|
||||
|
||||
void stbir_progress(float p)
|
||||
|
||||
Reference in New Issue
Block a user