[devel] Fixed incorrect examples of callback prototypes in the manual.

"png_ptr ptr" should be "png_structp png_ptr"
This commit is contained in:
Glenn Randers-Pehrson
2011-01-24 08:04:37 -06:00
parent 135d17ce3e
commit 81ce889435
4 changed files with 16 additions and 14 deletions

View File

@@ -3213,6 +3213,7 @@ Version 1.5.1beta09 [January 24, 2011]
converting RGB to gray.
Version 1.5.1beta10 [January 24, 2011]
Fixed incorrect examples of callback prototypes in the manual.
In addition the order of the png_get_uint macros with respect to the relevant
function definitions has been reversed. This helps the preprocessing of the