summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/format/image/png.c2
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;