diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-22 19:02:49 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-22 19:02:49 +1000 |
| commit | bc1f902b28ff6821e844e8220f91b304e46b851b (patch) | |
| tree | 86e6ff23027d523137dcf1483787a347dcd91350 /src/format/image/png.c | |
| parent | 6c82c53367234cd37abf062e4d82b5e360fffb8e (diff) | |
chore(png): Remove WIP from ff_open_png end notice
Diffstat (limited to 'src/format/image/png.c')
| -rw-r--r-- | src/format/image/png.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
