diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-03-09 07:40:32 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-03-09 12:04:40 -0600 |
commit | 1a3fa1e091fbdf47e12332cd10644565a5d79e40 (patch) | |
tree | ea128ff5e9906af6c43f379096f1aa8b5bda8795 /pngrtran.c | |
parent | 9295264b6f53dc2bfb441f8dec4e43bea052f141 (diff) | |
download | libpng-1a3fa1e091fbdf47e12332cd10644565a5d79e40.tar.gz |
[libpng16] Imported from libpng-1.6.22beta03.tarv1.6.22beta03
Diffstat (limited to 'pngrtran.c')
-rw-r--r-- | pngrtran.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pngrtran.c b/pngrtran.c index 845671481..b65abbdef 100644 --- a/pngrtran.c +++ b/pngrtran.c @@ -159,7 +159,7 @@ png_set_background(png_structrp png_ptr, png_set_background_fixed(png_ptr, background_color, background_gamma_code, need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); } -# endif /* FLOATING_POINT */ +# endif /* FLOATING_POINT */ #endif /* READ_BACKGROUND */ /* Scale 16-bit depth files to 8-bit depth. If both of these are set then the @@ -1915,7 +1915,7 @@ png_init_read_transformations(png_structrp png_ptr) png_ptr->palette[i].blue = (png_byte)component; } } -#endif /* READ_SHIFT */ +#endif /* READ_SHIFT */ } /* Modify the info structure to reflect the transformations. The |