summaryrefslogtreecommitdiffstats
path: root/Tests/FindTIFF
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindTIFF')
-rw-r--r--Tests/FindTIFF/Test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindTIFF/Test/main.c b/Tests/FindTIFF/Test/main.c
index fc4f337..9182652 100644
--- a/Tests/FindTIFF/Test/main.c
+++ b/Tests/FindTIFF/Test/main.c
@@ -5,7 +5,7 @@ int main()
{
/* Without any TIFF file to open, test that the call fails as
expected. This tests that linking worked. */
- TIFF *tiff = TIFFOpen("invalid.tiff", "r");
+ TIFF* tiff = TIFFOpen("invalid.tiff", "r");
assert(!tiff);
return 0;