Changed local variable "gamma" to "png_gamma"

This avoids a "shadowed declaration" variable when compiling with
"gcc -Wshadow ..." due to another use of this name in math.h on
some platforms.
1 file changed