summaryrefslogtreecommitdiffstats
path: root/Tests/FindSDL
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindSDL')
-rw-r--r--Tests/FindSDL/Test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindSDL/Test/main.c b/Tests/FindSDL/Test/main.c
index 057289c..3b774f5 100644
--- a/Tests/FindSDL/Test/main.c
+++ b/Tests/FindSDL/Test/main.c
@@ -1,6 +1,6 @@
#include <SDL.h>
-int main()
+int main(void)
{
// Test 1 requires headers only.
SDL_version compiled;