diff options
Diffstat (limited to 'Tests/FindTIFF/Test/main.c')
-rw-r--r-- | Tests/FindTIFF/Test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindTIFF/Test/main.c b/Tests/FindTIFF/Test/main.c index 9182652..bce4a3e 100644 --- a/Tests/FindTIFF/Test/main.c +++ b/Tests/FindTIFF/Test/main.c @@ -1,7 +1,7 @@ #include <assert.h> #include <tiffio.h> -int main() +int main(void) { /* Without any TIFF file to open, test that the call fails as expected. This tests that linking worked. */ |