mirror of https://github.com/libsdl-org/SDL.git
Add `void` to `run_colorspace_test()` function prototype
This commit is contained in:
parent
69433ee075
commit
6897385623
|
|
@ -239,7 +239,7 @@ done:
|
|||
return result;
|
||||
}
|
||||
|
||||
static bool run_colorspace_test()
|
||||
static bool run_colorspace_test(void)
|
||||
{
|
||||
bool result = false;
|
||||
SDL_Window *window;
|
||||
|
|
|
|||
Loading…
Reference in New Issue