summaryrefslogtreecommitdiff
path: root/contrib/libtests/readpng.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libtests/readpng.c')
-rw-r--r--contrib/libtests/readpng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libtests/readpng.c b/contrib/libtests/readpng.c
index 631325766..7ba46d0b9 100644
--- a/contrib/libtests/readpng.c
+++ b/contrib/libtests/readpng.c
@@ -2,7 +2,7 @@
*
* Copyright (c) 2013 John Cunningham Bowler
*
- * Last changed in libpng 1.6.0 [(PENDING RELEASE)]
+ * Last changed in libpng 1.6.1 [March 28, 2013]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <string.h>
-#if (defined HAVE_CONFIG_H) && !(defined PNG_NO_CONFIG_H)
+#if defined(HAVE_CONFIG_H) && !defined(PNG_NO_CONFIG_H)
# include <config.h>
#endif