diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 16:44:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 16:44:56 -0600 |
commit | ceaf41bd779bdcc293a4f43100a3834c72c2c46d (patch) | |
tree | eb429d42c0ab5b5404d65e79ab4e9884775f0614 /src/3rdparty/libpng/pngwrite.c | |
parent | 5dea938f814eff53a106e572c98620ecd0043bd9 (diff) | |
download | tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.tar.gz tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.zip |
Update from latest conversion script
Diffstat (limited to 'src/3rdparty/libpng/pngwrite.c')
-rw-r--r-- | src/3rdparty/libpng/pngwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libpng/pngwrite.c b/src/3rdparty/libpng/pngwrite.c index b005a8d8a..91fc56978 100644 --- a/src/3rdparty/libpng/pngwrite.c +++ b/src/3rdparty/libpng/pngwrite.c @@ -1440,7 +1440,7 @@ png_write_png(png_structp png_ptr, png_infop info_ptr, if (info_ptr->valid & PNG_INFO_IDAT) png_write_image(png_ptr, info_ptr->row_pointers); - /* It is RETQUIRED to call this to finish writing the rest of the file */ + /* It is REQUIRED to call this to finish writing the rest of the file */ png_write_end(png_ptr, info_ptr); if(transforms == 0 || params == NULL) |