diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-05-23 12:30:59 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-05-23 13:19:30 -0500 |
commit | 8f4d67218e6e1cfca532986829b376a31fea374c (patch) | |
tree | 84d8d02ec9b8859b90e6b353bf12d20cc3b9d7e8 /pngset.c | |
parent | 15f6fd34921d9b8e94068cc00f1cc94f7f650ff1 (diff) | |
download | libpng-8f4d67218e6e1cfca532986829b376a31fea374c.tar.gz |
[libpng16] Imported from libpng-1.6.0beta22.tarv1.6.0beta22
Diffstat (limited to 'pngset.c')
-rw-r--r-- | pngset.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ png_set_gAMA_fixed(png_const_structrp png_ptr, png_inforp info_ptr, * possible for 1/gamma to overflow the limit of 21474 and this means the * gamma value must be at least 5/100000 and hence at most 20000.0. For * safety the limits here are a little narrower. The values are 0.00016 to - * 6250.0, which are truly ridiculous gammma values (and will produce + * 6250.0, which are truly ridiculous gamma values (and will produce * displays that are all black or all white.) */ if (file_gamma < 16 || file_gamma > 625000000) |