[devel] Added some whitespace in png.h and pngpriv.h, revised a comment

in pngvalid.c
This commit is contained in:
Glenn Randers-Pehrson
2010-12-07 14:59:43 -06:00
parent d02f246887
commit 9f044c17fa
3 changed files with 42 additions and 36 deletions

View File

@@ -3573,7 +3573,7 @@ int main(int argc, PNG_CONST char **argv)
* transformations. The practial limits for human perception are described
* below (the setting for maxpc16), however for 8 bit encodings it isn't
* possible to meet the accepted capabilities of human vision - i.e. 8 bit
* images can never be good enough (regardless of encoding.)
* images can never be good enough, regardless of encoding.
*/
pm.maxout8 = .1; /* Arithmetic error in *encoded* value */
pm.maxabs8 = .00005; /* 1/20000 */