[libpng17] Correct a comment in pngconf.h

This commit is contained in:
Glenn Randers-Pehrson 2014-01-13 21:40:47 -06:00
parent b871b25997
commit a0d314ce84

View File

@ -387,7 +387,7 @@
# ifndef PNG_RESTRICT
# define PNG_RESTRICT __restrict
# endif
# endif /* __GNUC__ == 3.0 */
# endif /* __GNUC__.__GNUC_MINOR__ > 3.0 */
# endif /* __GNUC__ >= 3 */
# elif defined(_MSC_VER) && (_MSC_VER >= 1300)