]> git.imager.perl.org - imager.git/blobdiff - png.c
- refer the user to appropriate documents in the example in
[imager.git] / png.c
diff --git a/png.c b/png.c
index 65c3c181c850fce104c998c17e806f2814f575ce..6a15fff2233e90ab9e1d4274dc075053b5fc904a 100644 (file)
--- a/png.c
+++ b/png.c
@@ -26,7 +26,7 @@
 /* this is a way to get number of channels from color space 
  * Color code to channel number */
 
-int CC2C[PNG_COLOR_MASK_PALETTE|PNG_COLOR_MASK_COLOR|PNG_COLOR_MASK_ALPHA];
+static int CC2C[PNG_COLOR_MASK_PALETTE|PNG_COLOR_MASK_COLOR|PNG_COLOR_MASK_ALPHA];
 
 #define PNG_BYTES_TO_CHECK 4