diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2008-09-06 07:06:22 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:10:27 -0500 |
commit | a5fa5c9013f7da144a4913cd062d21358397def2 (patch) | |
tree | 1885d24008871b495c6fbff6e5f77cf1fc8ef55f /example.c | |
parent | 800d1e9a672c89ab0674883377f19d2e8e6015a9 (diff) |
Imported from libpng-1.4.0beta34.tar
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ #if 0 /* in case someone actually tries to compile this */ /* example.c - an example of using libpng - * Last changed in libpng 1.4.0 [August 20, 2008] + * Last changed in libpng 1.4.0 [September 6, 2008] * This file has been placed in the public domain by the authors. * Maintained 1998-2008 Glenn Randers-Pehrson * Maintained 1996, 1997 Andreas Dilger) @@ -608,7 +608,7 @@ void write_png(char *file_name /* , ... other image information ... */) /* set up the output control if you are using standard C streams */ png_init_io(png_ptr, fp); #else no_streams /* I/O initialization method 2 */ - /* If you are using replacement read functions, instead of calling + /* If you are using replacement write functions, instead of calling * png_init_io() here you would call */ png_set_write_fn(png_ptr, (void *)user_io_ptr, user_write_fn, user_IO_flush_function); |