From 7101a5569f432b9822a218a3ac1e06efe0b11508 Mon Sep 17 00:00:00 2001 From: Chris Blume Date: Tue, 8 Apr 2025 08:08:20 -0400 Subject: [PATCH] Correct mistake in example.c --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.c b/example.c index 8928d3017..6af8f6f90 100644 --- a/example.c +++ b/example.c @@ -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, * on systems that support , 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 * . The macro PNG_STDIO_SUPPORTED indicates if stdio is available * and accessible from your libpng build.