Add void to run_colorspace_test() function prototype
This commit is contained in:
committed by
Sam Lantinga
parent
69433ee075
commit
6897385623
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user