mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Correct mistake in example.c
This commit is contained in:
parent
e046c0dc3b
commit
7101a5569f
@ -180,7 +180,7 @@ int main(int argc, const char **argv)
|
|||||||
*
|
*
|
||||||
* You do not have to read directly from a file. You can read from memory or,
|
* You do not have to read directly from a file. You can read from memory or,
|
||||||
* on systems that support <stdio.h>, from a FILE object. This is controlled
|
* on systems that support <stdio.h>, from a FILE object. This is controlled
|
||||||
* by the particular png_image_read_from_ function you call at the start.
|
* by the particular png_image_begin_read_from_ function you call at the start.
|
||||||
* Likewise, on write, you can write to a FILE object if your system supports
|
* Likewise, on write, you can write to a FILE object if your system supports
|
||||||
* <stdio.h>. The macro PNG_STDIO_SUPPORTED indicates if stdio is available
|
* <stdio.h>. The macro PNG_STDIO_SUPPORTED indicates if stdio is available
|
||||||
* and accessible from your libpng build.
|
* and accessible from your libpng build.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user