Correct mistake in example.c

This commit is contained in:
Chris Blume 2025-04-08 08:08:20 -04:00 committed by Cosmin Truta
parent e046c0dc3b
commit 7101a5569f

View File

@ -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.