mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 02:43:30 +08:00
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
Block a user