Imported from libpng-1.2.0.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-09-01 07:54:01 -05:00
parent 1b8e567237
commit 10781048be
51 changed files with 134 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
/* pngrio.c - functions for data input
*
* libpng 1.2.0rc1 - August 25, 2001
* libpng 1.2.0 - September 1, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -159,4 +159,3 @@ png_set_read_fn(png_structp png_ptr, png_voidp io_ptr,
png_ptr->output_flush_fn = NULL;
#endif
}