diff --git a/qoibench.c b/qoibench.c index 81fed6d4..1f093fd8 100644 --- a/qoibench.c +++ b/qoibench.c @@ -431,7 +431,7 @@ benchmark_result_t benchmark_image(const char *path) { }, &encoded_qoi_size); if (!pixels || !encoded_qoi || !encoded_png) { - ERROR("Error decoding %s", path); + ERROR("Error encoding %s", path); } // Verify QOI Output