diff options
Diffstat (limited to 'Tests/FindPNG/Test/main.c')
-rw-r--r-- | Tests/FindPNG/Test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPNG/Test/main.c b/Tests/FindPNG/Test/main.c index b33b28e..05b55c0 100644 --- a/Tests/FindPNG/Test/main.c +++ b/Tests/FindPNG/Test/main.c @@ -2,7 +2,7 @@ #include <png.h> #include <string.h> -int main() +int main(void) { png_uint_32 png_version; char png_version_string[16]; |