fix compile

master
Sean Barrett ago%!(EXTRA string=11 years)
parent 118f28557e
commit 4e580cf9ed
  1. 2
      tests/resample_test.cpp

@ -45,7 +45,7 @@ void* stbir_malloc(void* context, size_t size)
void stbir_free(void* context, void* memory) void stbir_free(void* context, void* memory)
{ {
if (!context) if (!context)
return free(memory); free(memory);
} }
void stbir_progress(float p) void stbir_progress(float p)

Loading…
Cancel
Save