Browse Source

Add `void` to `run_colorspace_test()` function prototype

Petar Popovic 6 months ago
parent
commit
6897385623
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testyuv.c

+ 1 - 1
test/testyuv.c

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