Fix small typo in qoibench.c

This commit is contained in:
AmCh-Q 2022-08-02 06:36:17 -04:00 committed by GitHub
parent b6bf448c41
commit 370be5c080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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