summaryrefslogtreecommitdiff
path: root/contrib/libtests/timepng.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libtests/timepng.c')
-rw-r--r--contrib/libtests/timepng.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libtests/timepng.c b/contrib/libtests/timepng.c
index 4d5780428..3469afeb6 100644
--- a/contrib/libtests/timepng.c
+++ b/contrib/libtests/timepng.c
@@ -1,8 +1,8 @@
/* timepng.c
*
- * Copyright (c) 2012 John Cunningham Bowler
+ * Copyright (c) 2013 John Cunningham Bowler
*
- * Last changed in libpng 1.6.0 [(PENDING RELEASE)]
+ * Last changed in libpng 1.6.0 [February 14, 2013]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
@@ -22,7 +22,7 @@
#include <time.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