Add void to run_colorspace_test() function prototype

This commit is contained in:
Petar Popovic
2024-10-16 18:57:47 +02:00
committed by Sam Lantinga
parent 69433ee075
commit 6897385623

View File

@@ -239,7 +239,7 @@ done:
return result; return result;
} }
static bool run_colorspace_test() static bool run_colorspace_test(void)
{ {
bool result = false; bool result = false;
SDL_Window *window; SDL_Window *window;