From bc1f902b28ff6821e844e8220f91b304e46b851b Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Wed, 22 Apr 2026 19:02:49 +1000 Subject: chore(png): Remove WIP from ff_open_png end notice --- src/format/image/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format/image/png.c') diff --git a/src/format/image/png.c b/src/format/image/png.c index 9e4b86a..43cab04 100644 --- a/src/format/image/png.c +++ b/src/format/image/png.c @@ -150,7 +150,7 @@ ff_result ff_open_png(ff_ctx* ctx, ff_stream *stream, ff_png_ctx **out_ctx, ff_f } *out_ctx = png_ctx; - ff_dprintf(ctx, "png: open_png reached WIP end\n"); + ff_dprintf(ctx, "png: open_png reached end\n"); png_ctx->last_error = FF_RESULT_OK; return FF_RESULT_OK; -- cgit v1.2.3