diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2001-03-23 05:06:56 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:06:00 -0500 |
commit | e164447858aed9a18a8622c734f9dce6b77c1be1 (patch) | |
tree | a1642ed83fe0b67a7fbcf4738bfa5ba0e9387b76 /example.c | |
parent | 1909560348060a8968f4e21c128ce9c6fccab008 (diff) |
Imported from libpng-1.0.10rc1.tar
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -494,7 +494,7 @@ row_callback(png_structp png_ptr, png_bytep new_row, * png_progressive_combine_row() passing in the row and the * old row. You can call this function for NULL rows (it will * just return) and for non-interlaced images (it just does the - * memcpy for you) if it will make the code easier. Thus, you + * png_memcpy for you) if it will make the code easier. Thus, you * can just do this for all cases: */ |